restless icon indicating copy to clipboard operation
restless copied to clipboard

Ability to set Session base URI.

Open ben-crowhurst opened this issue 8 years ago • 0 comments

  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 );

ben-crowhurst avatar Nov 10 '16 04:11 ben-crowhurst