![]() |
Home | Libraries | People | FAQ | More |
Return the host.
template< class StringToken = string_token::return_string> StringToken::result_type host( StringToken&& token = {}) const;
This function returns the host portion of the authority as a string, or the empty string if there is no authority. Any percent-escapes in the string are decoded first.
assert( [link url.ref.boost__urls__url_view_base.url_view `url_view`]( "https://www%2droot.example.com/" ).[link url.ref.boost__urls__url_view_base.host `host`]() == "www-root.example.com" );
Linear in this->host().size()
.
Calls to allocate may throw.
[link url.ref.boost__urls__url_view_base.host `host`] = IP-literal / IPv4address / reg-[link url.ref.boost__urls__host_type `name`] IP-literal = "[" ( IPv6address / IPvFuture ) "]" reg-[link url.ref.boost__urls__host_type `name`] = *( unreserved / pct-encoded / "-" / "." )