set_encoded_authority
Set the authority
Synopsis
static_url&
set_encoded_authority(pct_string_view s);
Defined in file <include/boost/url/static_url.hpp> on line 352
Description
This function sets the authority to the specified string. The string may contain percent-escapes.
BNF
authority = [ userinfo "@" ] host [ ":" port ]
userinfo = *( unreserved / pct-encoded / sub-delims / ":" )
host = IP-literal / IPv4address / reg-name
port = *DIGIT