[#60B1C557201864648541ED7C0CF1A39FA5EC00CB]
Identifies the type of host in a URL.
enum host_type : int;
Name | Description |
---|---|
none | No host is specified. |
name | A host is specified by reg-name. |
ipv4 | A host is specified by ipv4_address . |
ipv6 | A host is specified by ipv6_address . |
ipvfuture | A host is specified by IPvFuture. |
Values of this type are returned by URL views and containers to indicate the type of host present in a URL.