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.
Defines the default configuration options if none are provided. They are: * Host address 127.0.0.1 * Port 8080 * Worker count of 5.
Configuration options to provide when creating a new Http1Transport instance.