RemoteDebugger.DebuggerRequestHandler

Undocumented in source.

Constructors

this
this(RouteMap routes)
Undocumented in source.

Members

Aliases

RouteFunc
alias RouteFunc = void delegate(HttpMessage message, ref ResponseBuilder response)
Undocumented in source.
RouteMap
alias RouteMap = RouteFunc[string]
Undocumented in source.

Functions

onBody
void onBody(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
onEOM
void onEOM()
Undocumented in source. Be warned that the author may not have intended to support it.
onError
void onError(HTTPErrorCode code)
Undocumented in source. Be warned that the author may not have intended to support it.
onRequest
void onRequest(HttpMessage message)
Undocumented in source. Be warned that the author may not have intended to support it.
requestComplete
void requestComplete()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta