boost::urls::url_base::set_host_ipvfuture
Set the host to an address
Synopsis
Declared in <include/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 .
assert( url().set_host_ipvfuture( "v42.bis" ).buffer() == "//[v42.bis]" );
Linear in `this‐>size() + s.size()`.
this->has_authority() == true && this->host_ipvfuture) == s && this->host_type() == host_type::ipvfuture
Exceptions
Name | Thrown on |
---|---|
|
contains an invalid percent&hyphen;encoding&period; |