FastCGIClient

Undocumented in source.

Constructors

this
this(string host, ushort port, int timeout, bool keepalive)
Undocumented in source.

Members

Functions

closeConnection
void closeConnection()
Undocumented in source. Be warned that the author may not have intended to support it.
connect
bool connect()
Undocumented in source. Be warned that the author may not have intended to support it.
decodeFastCGIHeader
FastCGIHeader decodeFastCGIHeader(ubyte[] stream)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeFastCGIRecord
Nullable!FastCGIHeader decodeFastCGIRecord()
Undocumented in source. Be warned that the author may not have intended to support it.
encodeFastCGIRecord
ubyte[] encodeFastCGIRecord(ubyte fcgi_type, ubyte[] content, ushort requestid)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeNameValueParams
ubyte[] encodeNameValueParams(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
ensureConnection
bool ensureConnection()
Undocumented in source. Be warned that the author may not have intended to support it.
isConnected
bool isConnected()
Undocumented in source. Be warned that the author may not have intended to support it.
request
string request(string[string] nameValuePairs, string post)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
waitForResponse
string waitForResponse(ushort requestId)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

FCGI_STATE_ERROR
enum FCGI_STATE_ERROR;
Undocumented in source.
FCGI_STATE_SEND
enum FCGI_STATE_SEND;
Undocumented in source.
FCGI_STATE_SUCCESS
enum FCGI_STATE_SUCCESS;
Undocumented in source.

Meta