HttpContext

Undocumented in source.

Constructors

this
this(TcpStream connection, HttpFramed framed)
Undocumented in source.

Members

Functions

End
void End()
Undocumented in source. Be warned that the author may not have intended to support it.
Send
void Send(HttpResponse response)
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.
Write
void Write(NbuffChunk bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
connection
TcpStream connection()
Undocumented in source. Be warned that the author may not have intended to support it.
keepAlive
bool keepAlive()
Undocumented in source. Be warned that the author may not have intended to support it.
request
HttpRequest request()
Undocumented in source. Be warned that the author may not have intended to support it.
request
void request(HttpRequest request)
Undocumented in source. Be warned that the author may not have intended to support it.
response
HttpResponse response()
Undocumented in source. Be warned that the author may not have intended to support it.
response
void response(HttpResponse response)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta