FastCGIResponderServer

FastCGI server for handling Responder requests.

Members

Functions

createConnection
void createConnection(IConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handleRequest
void delegate(ref CGIRequest, void delegate(HttpResponse)) handleRequest;

User-supplied callback for handling incoming requests.

nph
bool nph;

Whether to operate in Non-Parsed Headers mode.

Inherited Members

From FastCGIAppSocketServer

serverAddrs
string[] serverAddrs;

Addresses to listen on. Populated from FCGI_WEB_SERVER_ADDRS by default.

log
Logger log;

Optional logger.

listen
void listen(Socket socket)

Begin listening.

onAccept
void onAccept(TcpConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
createConnection
void createConnection(IConnection connection)
Undocumented in source.

Meta