Cgi.this
- this(string[] args, void delegate(const(ubyte)[]) _rawDataOutput)
- this(long maxContentLength, string[string] env, const(ubyte)[] delegate() readdata, void delegate(const(ubyte)[]) _rawDataOutput, void delegate() _flush)
- this(BufferedInputRange ir, bool* closeConnection)
- this(BufferedInputRange inputData, string address, ushort _port, int pathInfoStarts, bool _https, void delegate(const(ubyte)[]) _rawDataOutput, void delegate() _flush, bool* closeConnection)
arsd cgi Cgi
aliasesconstructorsenumsfunctionsstructsvariables
Initializes the cgi from completely raw HTTP data. The ir must have a Socket source. *closeConnection will be set to true if you should close the connection after handling this request