C++ Actor Framework
0.18
|
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. More... | |
Public Attributes | |
std::string | userinfo |
host_type | host |
uint16_t | port |
Bundles the authority component of the URI, i.e., userinfo, host, and port.
|
noexcept |
Returns whether host
is empty, i.e., the host is not an IP address and the string is empty.