remove_scheme
Remove the scheme
Synopsis
static_url&
remove_scheme();
Defined in file <include/boost/url/static_url.hpp> on line 349
Example
assert( url("http://www.example.com/index.htm" ).remove_scheme().buffer() == "//www.example.com/index.htm" );