Http1TransportConfig

Configuration options to provide when creating a new Http1Transport instance.

struct Http1TransportConfig {}

Members

Variables

host
string host;

The host address to bind to.

port
ushort port;

The port to bind to.

workerCount
size_t workerCount;

The number of workers to use in the task pool.