Router

Undocumented in source.

Members

Functions

add
void add(RouteInfo!T info, void delegate(E) del)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(RouteInfo!T info, Resource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(string method, T path, void delegate(E) del)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(string method, T path, Resource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
addWebSocket
void addWebSocket(RouteInfo!T info, W delegate() del)
Undocumented in source. Be warned that the author may not have intended to support it.
addWebSocket
void addWebSocket(RouteInfo!T info)
Undocumented in source. Be warned that the author may not have intended to support it.
error
void error(Request req, Response res)
Undocumented in source. Be warned that the author may not have intended to support it.
handle
void handle(HandleResult result, AsyncTCPConnection conn, Request req, Response res)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(RouteInfo!T info, void delegate(E) del)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta