set_port_number
Set the port
Synopsis
static_url&
set_port_number(uint16_t n);
Defined in file <include/boost/url/static_url.hpp> on line 392
Example
assert( url( "http://www.example.com" ).set_port_number( 8080 ).authority().buffer() == "www.example.com:8080" );
Postconditions
this->has_authority() == true && this->has_port() == true && this->port_number() == n