FastCGIConnection

Base implementation of the low-level FastCGI protocol.

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.
onRecord
void onRecord(FCGI_RecordHeader header, Data contentData)
Undocumented in source.

Variables

buffer
Data buffer;
Undocumented in source.
connection
IConnection connection;
Undocumented in source.
log
Logger log;
Undocumented in source.

Meta