From: K. G. <kim...@gm...> - 2008-10-21 12:48:55
|
Hi Dean, On Tue, Oct 21, 2008 at 12:27, Dean Michael Berris <mik...@gm...> wrote: > > Okay. Can you try integrating (i.e. merging your changes) with > http_integration to make the request object use the refactored URI > implementation? I tried, but I got stuck in the tag/traits confusion again. The traits associated with boost::network::http::message_tag are named differently from the ones bundled with boost::network::tags::default_, so when I try to use the basic_request tag with basic_uri, ostringstream's type is no longer available. I tried adding a specialization in boost::network::http called ostringstream, but the compiler lets me know that "symbol cannot be defined within namespace 'http'", presumably because it's defined in boost::network already. Ugh. Time to wake my daghter... - Kim |