Return the host as an IPvFuture string.
string_view ipv_future() const;
If host_type
equals urls::host_type::ipvfuture
, this function returns
a string representing the address. Otherwise it returns the empty string.
IPvFuture = "v" 1*HEXDIG "." 1*( unreserved / sub-delims / ":" )
Throws nothing.