FastCGIResponderConnection.ResponderRequest

Undocumented in source.

Members

Functions

begin
void begin()
Undocumented in source. Be warned that the author may not have intended to support it.
data
void data(Data datum)
Undocumented in source. Be warned that the author may not have intended to support it.
dataEnd
void dataEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
param
void param(const(char)[] name, const(char)[] value)
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.
stdin
void stdin(Data datum)
Undocumented in source. Be warned that the author may not have intended to support it.
stdinEnd
void stdinEnd()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

inputData
Data[] inputData;
Undocumented in source.
params
string[string] params;
Undocumented in source.

Meta