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(ServerOptions options, HandleResult result, AsyncTCPConnection client, ServerRequest req, ServerResponse res, Match match)
Undocumented in source.
callImpl
void callImpl(void delegate(E) del, ServerOptions options, AsyncTCPConnection client, ServerRequest req, ServerResponse res, Match match)
Undocumented in source. Be warned that the author may not have intended to support it.
handle
void handle(ServerOptions options, HandleResult result, AsyncTCPConnection client, ServerRequest req, ServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

_
enum _;
Undocumented in source.
__request
enum __request;
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.

Inherited Members

From Route

handle
void handle(ServerOptions options, HandleResult result, AsyncTCPConnection client, ServerRequest req, ServerResponse res)
Undocumented in source.

Meta