Sorry to chime in late as always, I just dumped the in-progress work that I was doing into http_integration_jf. This was done a number of months ago, prior to my life-forcing break from this project. The only thing that is functional -is the uri parser. This spirit implementation is inspired from Braden McDaniel's uri-grammar. The gist of the design is that there was a main class which did structural grammar checking of the url, and then a family of re-usable grammar classes which corresponded to the http components. To see this in action: build the tests under libs/uri/test.For now I hope this lends some insight. I should get around to cleaning this branch up in the near future.
John Dean Michael Berris wrote: > Update: I think I got it! :) Please check out the source in > branches/urllib-dean -- I think it just has something to do with > understanding how to use the new primitive parsers in Spirit 2x. > > Thanks to those who responded and gave me an idea of how to go about things. > :) > > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Cpp-netlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel
