handy_http_transport.http1.task_pool

Undocumented in source.

Members

Classes

TaskPoolHttp1Transport
class TaskPoolHttp1Transport

An implementation of Http1Transport which uses D's standard library parallelization, where each incoming client request is turned into a task and submitted to the standard task pool.

Functions

defaultConfig
Http1TransportConfig defaultConfig()

Defines the default configuration options if none are provided. They are: * Host address 127.0.0.1 * Port 8080 * Worker count of 5.

Structs

Http1TransportConfig
struct Http1TransportConfig

Configuration options to provide when creating a new Http1Transport instance.