- 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.