IHttpResponse

Undocumented in source.

Members

Functions

addCookie
void addCookie(string key, string value, long maxAge, string path)
Undocumented in source.
addHeader
void addHeader(string key, string value)
Undocumented in source.
appendBody
void appendBody(char[] value)
Undocumented in source.
appendBody
void appendBody(string value)
Undocumented in source.
appendBody
void appendBody(ubyte[] buffer)
Undocumented in source.
emptyBody
void emptyBody()
Undocumented in source.
flush
void flush()
Undocumented in source.
redirect
void redirect(string url, int status)
Undocumented in source.
redirect
void redirect(string url)
Undocumented in source.
removeCookie
void removeCookie(string key, string path)
Undocumented in source.
writeBody
void writeBody(char[] value)
Undocumented in source.
writeBody
void writeBody(string value)
Undocumented in source.

Properties

contentType
string contentType [@property getter]
Undocumented in source.
contentType
string contentType [@property setter]
Undocumented in source.
hasBodyContent
bool hasBodyContent [@property getter]
Undocumented in source.
hasRedirected
bool hasRedirected [@property getter]
Undocumented in source.
redirectedUrl
string redirectedUrl [@property getter]
Undocumented in source.
server
IServer server [@property getter]
Undocumented in source.
statusCode
int statusCode [@property getter]
Undocumented in source.
statusCode
int statusCode [@property setter]
Undocumented in source.

Meta