From: K. G. <kim...@gm...> - 2008-10-07 20:30:57
|
Hi Glyn, On Tue, Oct 7, 2008 at 13:19, Glyn Matthews <gly...@gm...> wrote: > > boost::network::uri uri("http//www.boost.org/path"); > uri << query("x=5") << query("y=6"); > > Or: > boost::network::uri boost_org("http//www.boost.org/"); > boost::network uri; > uri << boost_org << path("path") << query_param("x", 5); > > I think the directives can be considered as helpers, not really as *the* way > of building URIs. Building URIs from strings will be most common. 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 :-) - Kim |