boost::urls::authority_view::buffer
Return the complete authority
Description
This function returns the authority as a percent‐encoded string.
assert( parse_authority( "www.example.com" ).value().buffer() == "www.example.com" );
authority = [ userinfo "@" ] host [ ":" port ]