Http1Transport

Base class for HTTP/1.1 transport, where different subclasses can define how the actual socket communication works (threadpool / epoll/ etc).

Constructors

this
this(HttpRequestHandler requestHandler, ushort port)
Undocumented in source.

Members

Functions

isRunning
bool isRunning()
Undocumented in source. Be warned that the author may not have intended to support it.
runServer
void runServer()
Undocumented in source.
start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

port
ushort port;
Undocumented in source.
requestHandler
HttpRequestHandler requestHandler;
Undocumented in source.

Inherited Members

From HttpTransport

start
void start()
Undocumented in source.
stop
void stop()
Undocumented in source.