HttpServerConnection

Undocumented in source.

Members

Functions

closeResponse
void closeResponse()
Undocumented in source. Be warned that the author may not have intended to support it.
sendData
void sendData(Data[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
sendHeaders
void sendHeaders(Headers headers, HttpStatusCode status, string statusMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
sendHeaders
void sendHeaders(HttpResponse response)
Undocumented in source. Be warned that the author may not have intended to support it.
sendResponse
void sendResponse(HttpResponse response)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin DListLink
Undocumented in source.

Variables

conn
IConnection conn;
Undocumented in source.
connected
bool connected;
Undocumented in source.
currentRequest
HttpRequest currentRequest;
Undocumented in source.
localAddress
Address localAddress;
Undocumented in source.
persistent
bool persistent;
remoteAddress
Address remoteAddress;
Undocumented in source.
server
HttpServer server;
Undocumented in source.
tcp
TcpConnection tcp;
Undocumented in source.
timer
TimeoutAdapter timer;
Undocumented in source.

Mixed In Members

__anonymous
mixin ListLink!true
Undocumented in source.

Meta