RouteImpl

Undocumented in source.

Constructors

this
this(T path)
Undocumented in source.

Members

Aliases

Args
alias Args = E[0..0]
Undocumented in source.
Args
alias Args = E[0.._]
Undocumented in source.
Match
alias Match = E[0..$]
Undocumented in source.
Match
alias Match = E[_..$]
Undocumented in source.

Functions

call
void call(HandleResult result, AsyncTCPConnection conn, Request req, Response res, Match match)
Undocumented in source.
callImpl
void callImpl(void delegate(E) del, AsyncTCPConnection conn, Request req, Response res, Match match)
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.

Manifest constants

_
enum _;
Undocumented in source.
__address
enum __address;
Undocumented in source.
__address
enum __address;
Undocumented in source.
__request
enum __request;
Undocumented in source.
__request
enum __request;
Undocumented in source.
__response
enum __response;
Undocumented in source.
__response
enum __response;
Undocumented in source.
__response
enum __response;
Undocumented in source.
__response
enum __response;
Undocumented in source.
__response
enum __response;
Undocumented in source.

Inherited Members

From Route

handle
void handle(HandleResult result, AsyncTCPConnection conn, Request req, Response res)
Undocumented in source.

Meta