URLRoute

Convenience abstraction for a single URLRouter route.

See URLRouter.route for a usage example.

Members

Functions

any
URLRoute any(Handler h)
Undocumented in source. Be warned that the author may not have intended to support it.
delete_
URLRoute delete_(Handler h)
Undocumented in source. Be warned that the author may not have intended to support it.
get
URLRoute get(Handler h)
Undocumented in source. Be warned that the author may not have intended to support it.
match
URLRoute match(HTTPMethod method, Handler h)
Undocumented in source. Be warned that the author may not have intended to support it.
patch
URLRoute patch(Handler h)
Undocumented in source. Be warned that the author may not have intended to support it.
post
URLRoute post(Handler h)
Undocumented in source. Be warned that the author may not have intended to support it.
put
URLRoute put(Handler h)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

path
string path;
Undocumented in source.
router
URLRouter router;
Undocumented in source.

Meta