SCGIConnection

Undocumented in source.

Constructors

this
this(IConnection connection)
Undocumented in source.

Members

Functions

onReadData
void onReadData(Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
sendResponse
void sendResponse(HttpResponse r)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

parseHeaders
string[string] parseHeaders(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

connection
IConnection connection;
Undocumented in source.
handleRequest
void delegate(ref CGIRequest) handleRequest;
Undocumented in source.
log
Logger log;
Undocumented in source.
nph
bool nph;
Undocumented in source.

Meta