boost::urls::url_base::set_host_ipvfuture
Set the host to an address
Synopsis
Declared in header <boost/url/url_base.hpp>
url_base&
set_host_ipvfuture(core::string_view s);
Description
The host is set to the specified IPvFuture string. The host type is host_type::ipvfuture .
Postconditions
this->has_authority() == true && this->host_ipvfuture) == s && this->host_type() == host_type::ipvfuture