Enum host_type
Identifies the type of host in a URL.
Synopsis
Declared in header <boost/url/host_type.hpp>
enum host_type : int;
Members
Name |
Description |
No host is specified. |
|
A host is specified by reg-name. |
|
A host is specified by ipv4_address . |
|
A host is specified by ipv6_address . |
|
A host is specified by IPvFuture. |