
15 Apr
2008
15 Apr
'08
9:22 p.m.
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