boost::beast2::endpoint
Represents a host and port
Synopsis
Declared in <boost/beast2/endpoint.hpp>
class endpoint;
Member Functions
Data Members
Name |
|
|
Description
This class represents a network endpoint consisting of a host and port. The host may be specified as a domain name, an IPv4 address, or an IPv6 address.
Created with MrDocs