FastCGIAppSocketServer

Base implementation of the low-level FastCGI protocol.

Constructors

this
this()

Members

Functions

createConnection
void createConnection(IConnection connection)
Undocumented in source.
listen
void listen(Socket socket)

Begin listening.

onAccept
void onAccept(TcpConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

log
Logger log;

Optional logger.

serverAddrs
string[] serverAddrs;

Addresses to listen on. Populated from FCGI_WEB_SERVER_ADDRS by default.

Meta