boost::urls::url::set_encoded_authority
Set the authority
Synopsis
Declared in <boost/url/url.hpp>
url&
set_encoded_authority(pct_string_view s);
Description
This function sets the authority to the specified string. The string may contain percent-escapes.
assert( url().set_encoded_authority( "My%20Computer" ).has_authority() );
See Also
Created with MrDocs