Configuration for a single serve endpoint. More...
#include <ServeMode.h>
Public Attributes | |
| PotType | potential |
| std::string | host |
| uint16_t | port |
Configuration for a single serve endpoint.
Maps a potential type to a host:port pair. Multiple endpoints can be served concurrently, each in its own thread with its own potential instance.
Definition at line 27 of file ServeMode.h.
| std::string eonc::ServeEndpoint::host |
Definition at line 29 of file ServeMode.h.
| uint16_t eonc::ServeEndpoint::port |
Definition at line 30 of file ServeMode.h.
Definition at line 28 of file ServeMode.h.