FastCGIResponderConnection

FastCGI server for handling Responder requests.

Constructors

this
this(IConnection connection)
Undocumented in source.

Members

Classes

ResponderRequest
class ResponderRequest
Undocumented in source.

Functions

createRequest
Request createRequest()
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;
Undocumented in source.
nph
bool nph;
Undocumented in source.

Inherited Members

From FastCGIProtoConnection

maxConns
size_t maxConns;
Undocumented in source.
maxReqs
size_t maxReqs;
Undocumented in source.
mpxsConns
bool mpxsConns;
Undocumented in source.
Request
class Request
Undocumented in source.
requests
Request[] requests;
Undocumented in source.
createRequest
Request createRequest()
Undocumented in source.
getRequest
Request getRequest(ushort requestId)
Undocumented in source. Be warned that the author may not have intended to support it.
newRequest
Request newRequest(ushort requestId)
Undocumented in source. Be warned that the author may not have intended to support it.
killRequest
void killRequest(ushort requestId)
Undocumented in source. Be warned that the author may not have intended to support it.
sendRecord
void sendRecord(FCGI_RecordHeader header, Data contentData)
Undocumented in source. Be warned that the author may not have intended to support it.
sendRecord
void sendRecord(FCGI_RecordType type, ushort requestId, Data contentData)
Undocumented in source. Be warned that the author may not have intended to support it.
onRecord
void onRecord(FCGI_RecordHeader header, Data contentData)
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
const(char)[] getValue(const(char)[] name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta