boost::urls::static_url::remove_origin
Remove the origin component
Synopsis
Declared in <boost/url/static_url.hpp>
static_url&
remove_origin();
Example
assert( url( "http://www.example.com/index.htm" ).remove_origin().buffer() == "/index.htm" );
Return Value
*this
Created with MrDocs