boost::urls::host_type
Identifies the type of host in a URL.
Members
Name |
Description |
|
No host is specified. |
|
A host is specified by reg‐name. |
|
A host is specified by xref:boost/urls/ipv4_address.adoc[ipv4_address] . |
|
A host is specified by xref:boost/urls/ipv6_address.adoc[ipv6_address] . |
|
A host is specified by IPvFuture. |
Description
Values of this type are returned by URL views and containers to indicate the type of host present in a URL.
Created with MrDocs