HttpResponse

Undocumented in source.

Constructors

this
this(HttpServerConnection connection)
Undocumented in source.

Members

Functions

_init
void _init()
Undocumented in source. Be warned that the author may not have intended to support it.
addHeader
void addHeader(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
addHeader
void addHeader(HttpHeader header)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
end
void end()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(string data)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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.
context
HttpContext context [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
context
HttpContext context [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
headersSent
bool headersSent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
statusCode
uint statusCode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
statusCode
uint statusCode [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta