- 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.
- getValue
const(char)[] getValue(const(char)[] name)
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.
- newRequest
Request newRequest(ushort requestId)
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.
- 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.
Higher-level FastCGI app server implementation, handling the various FastCGI response types.