Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2023. The current version is 1.90.0.
Identifies the type of host in a URL.
Defined in header <boost/url/host_type.hpp>
enum host_type
|
Name |
Description |
|---|---|
|
|
No host is specified. |
|
|
A host is specified by reg-name. |
|
|
A host is specified by |
|
|
A host is specified by |
|
|
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.
Convenience header <boost/url.hpp>