$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bruno Lalande (bruno.lalande_at_[hidden])
Date: 2008-04-15 17:22:23
Hi Vladimir,
Here is a first version of the CGI query parser, with a test suite.
Could you please take a look and tell me if all sounds good for you
till this point?
I will also write a quick doc to integrate to the existing "Specific
parsers" section.
I have a few questions:
- should I implement a "parse_cgi_query" helper function as it is the
case for the other parsers?
- what should exactly be put into the "original_tokens" member of the
"option" class? The whole query, only the specific part the option
comes from, or something else?
- do I have to add BOOST_PROGRAM_OPTIONS_DECL to every class declaration?
Thanks
Bruno