From: K. G. <kim...@gm...> - 2008-10-09 07:07:49
|
Hi guys, On Thu, Oct 9, 2008 at 00:25, Dean Michael Berris <mik...@gm...> wrote: > >> Nice. I'll play around with it, time permitting. I'm on parental >> leave, so my daily schedule is highly dependent on the whims of my >> one-year-old :-) > > Sweet. :) If you need any help on directives, you can look at how I do > it with the network::message implementation. Yes, I've looked at it a bit already, thanks. > One thing we can do is simply use a Boost.Fusion associative sequence > (a fusion map) like we do now to build and store the URI parts in the > HTTP request's 'uri' method. > > If you think about it, we just need to generalize the URI parsing and > it shouldn't be hard to factor this out. I've already factored this out into a simplistic uri class, but no directive support yet. Not sure I can cook anything up with any speed, but I'm experimenting... - Kim |