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