Loading...
Searching...
No Matches
eonc::ServeEndpoint Struct Reference

Configuration for a single serve endpoint. More...

#include <ServeMode.h>

Public Attributes

PotType potential
std::string host
uint16_t port

Detailed Description

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.

Member Data Documentation

◆ host

std::string eonc::ServeEndpoint::host

Definition at line 29 of file ServeMode.h.

◆ port

uint16_t eonc::ServeEndpoint::port

Definition at line 30 of file ServeMode.h.

◆ potential

PotType eonc::ServeEndpoint::potential

Definition at line 28 of file ServeMode.h.


The documentation for this struct was generated from the following file: