ActionRouter

Undocumented in source.

Members

Functions

assets
ActionRouter assets(string route)
Undocumented in source. Be warned that the author may not have intended to support it.
controllerizeString
string controllerizeString(string resource)
Undocumented in source. Be warned that the author may not have intended to support it.
del
ActionRouter del(string route, string controller, string action)
Undocumented in source. Be warned that the author may not have intended to support it.
get
ActionRouter get(string route, string controller, string action)
Undocumented in source. Be warned that the author may not have intended to support it.
handleRequest
void handleRequest(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
match
ActionRouter match(HTTPMethod method, string path, string controller, string action)
Undocumented in source. Be warned that the author may not have intended to support it.
patch
ActionRouter patch(string route, string controller, string action)
Undocumented in source. Be warned that the author may not have intended to support it.
post
ActionRouter post(string route, string controller, string action)
Undocumented in source. Be warned that the author may not have intended to support it.
put
ActionRouter put(string route, string controller, string action)
Undocumented in source. Be warned that the author may not have intended to support it.
resources
ActionRouter resources(string resources, string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
resources
ActionRouter resources(string resource, void delegate(ActionNamespace namespace) yield)
Undocumented in source. Be warned that the author may not have intended to support it.
route
ActionRoute route(HTTPMethod method, string path, string[string] params)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

routes
typeof(_routes) routes [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta