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