- acceptMore
bool acceptMore()
Accept more requests on the same connection?
- closeResponse
void closeResponse()
Undocumented in source. Be warned that the author may not have intended to support it.
- debugLog
void debugLog(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- formatLocalAddress
string formatLocalAddress(HttpRequest r)
Undocumented in source.
- logRequest
void logRequest(HttpRequest request, HttpResponse response)
Undocumented in source. Be warned that the author may not have intended to support it.
- onContinuation
void onContinuation(Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDisconnect
void onDisconnect(string reason, DisconnectType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- onNewRequest
void onNewRequest(Data data)
Undocumented in source. Be warned that the author may not have intended to support it.
- processRequest
void processRequest(Data[] data)
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.