PhotonHttp1Transport

An implementation of Http1Transport which uses Dimitry Olshansky's Photon library for asynchronous task processing. A main fiber is started which accepts incoming client sockets, and a fiber is spawned for each client so its request can be handled asynchronously.

Constructors

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

Members

Functions

runServer
void runServer()
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.

Inherited Members

From Http1Transport

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