FastCGIConnection

Base implementation of the low-level FastCGI protocol.

Constructors

this
this(IConnection connection)

Constructor.

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

connection
IConnection connection;

Connection used to construct this object.

log
Logger log;

Optional logger.

Meta