[#2CF53EB3283E09D09EC6EDB4BCCE62FE1FA0F0C0]
Return the host
pct_string_view encoded_host_address() const noexcept;
The value returned by this function depends on the type of host returned from the function host_type .
assert( url_view( "https://www%2droot.example.com/" ).encoded_host_address() == "www%2droot.example.com" );
Constant.
Throws nothing.
host = IP-literal / IPv4address / reg-name
IP-literal = "[" ( IPv6address / IPvFuture ) "]"
reg-name = *( unreserved / pct-encoded / "-" / ".")