From: John P. F. <jf...@ov...> - 2009-08-16 14:40:10
|
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. :) > > |