Return the host as an IPvFuture string.
string_view ipvfuture() const;
If host_type
equals urls::host_type::ipvfuture
, this function returns
a string representing the address. Otherwise it returns the empty string.
url_view u( "http://[v1fe.d:9]" ); assert( u.ipvfuture() == "v1fe.d:9" );
IPvFuture = "v" 1*HEXDIG "." 1*( unreserved / sub-delims / ":" )
Throws nothing.
encoded_hostname
, hostname
, host_type
, ipv4_address
, ipv6_address
,