From: Jeroen H. <vex...@gm...> - 2010-02-04 20:33:17
|
Hi, On Thu, Feb 4, 2010 at 21:21, Glyn Matthews <gly...@gm...> wrote: > Hi Erik, > > On 4 February 2010 21:13, Nelson, Erik - 2 <eri...@ba...> > wrote: >> >> I didn't see one in the hello_world_server example... am I looking in >> the wrong place? >> > > You're not, there isn't an HTTP URI example. > Glyn > There's this, http://github.com/mikhailberis/cpp-netlib/blob/0.5/libs/network/example/uri.cpp which uses http::uri, but it isn't much. The URI tests might offer some insight too, those can be found at http://github.com/mikhailberis/cpp-netlib/blob/0.5/libs/network/test/url_test.cpp. Jeroen |