DakkaHTTPResponse

Undocumented in source.

Constructors

this
this(HTTPReqResp reqresp)
Undocumented in source.

Members

Functions

redirect
void redirect(string url, int status)
Undocumented in source. Be warned that the author may not have intended to support it.
setCookie
DakkaCookie setCookie(string name, string value, string path)
Undocumented in source. Be warned that the author may not have intended to support it.
startSession
DakkaSession startSession(string path, SessionOption options)
Undocumented in source. Be warned that the author may not have intended to support it.
terminateSession
void terminateSession()
Undocumented in source. Be warned that the author may not have intended to support it.
writeBody
void writeBody(ubyte[] data, string content_type)
Undocumented in source. Be warned that the author may not have intended to support it.
writeVoidBody
void writeVoidBody()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta