|
libcaf
0.16.3
|
Bundles the authority component of the URI, i.e., userinfo, host, and port. More...
#include <uri.hpp>
Public Member Functions | |
| bool | empty () const noexcept |
Returns whether host is empty, i.e., the host is not an IP address and the string is empty. | |
Public Attributes | |
| std::string | userinfo |
| host_type | host |
| uint16_t | port |
Bundles the authority component of the URI, i.e., userinfo, host, and port.
1.8.16