restless
restless copied to clipboard
Ability to set Session base URI.
auto request = make_shared< Request >( );
request->set_path( Uri( "/index.cgi", RELATIVE ) );
auto session = make_shared< Session >( Uri( "http://www.google.com" ) );
auto response = session.send( request );