- addCookie
void addCookie(string key, string value, long maxAge, string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- addHeader
void addHeader(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendBody
void appendBody(char[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendBody
void appendBody(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- appendBody
void appendBody(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- emptyBody
void emptyBody()
Undocumented in source. Be warned that the author may not have intended to support it.
- flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHeader
string getHeader(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- redirect
void redirect(string url, int status)
Undocumented in source. Be warned that the author may not have intended to support it.
- redirect
void redirect(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeCookie
void removeCookie(string key, string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeBody
void writeBody(char[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeBody
void writeBody(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- contentType
string contentType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- contentType
string contentType [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- hasBodyContent
bool hasBodyContent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- hasRedirected
bool hasRedirected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- redirectedUrl
string redirectedUrl [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- server
IServer server [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- statusCode
int statusCode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- statusCode
int statusCode [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- contentType
string contentType [@property getter]
Undocumented in source.
- contentType
string contentType [@property setter]
Undocumented in source.
- hasRedirected
bool hasRedirected [@property getter]
Undocumented in source.
- redirectedUrl
string redirectedUrl [@property getter]
Undocumented in source.
- hasBodyContent
bool hasBodyContent [@property getter]
Undocumented in source.
- statusCode
int statusCode [@property getter]
Undocumented in source.
- statusCode
int statusCode [@property setter]
Undocumented in source.
- server
IServer server [@property getter]
Undocumented in source.
- addHeader
void addHeader(string key, string value)
Undocumented in source.
- emptyBody
void emptyBody()
Undocumented in source.
- writeBody
void writeBody(char[] value)
Undocumented in source.
- writeBody
void writeBody(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.
- flush
void flush()
Undocumented in source.
- redirect
void redirect(string url, int status)
Undocumented in source.
- redirect
void redirect(string url)
Undocumented in source.
- addCookie
void addCookie(string key, string value, long maxAge, string path)
Undocumented in source.
- removeCookie
void removeCookie(string key, string path)
Undocumented in source.