remove_port
Remove the port
Synopsis
static_url&
remove_port() noexcept;
Defined in file <include/boost/url/static_url.hpp> on line 396
Example
assert( url( "http://www.example.com:80" ).remove_port().authority().buffer() == "www.example.com" );