Router

Undocumented in source.

Members

Functions

Delete
Router Delete(string route, RoutingHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
add
Router add(string path, HttpMethod method, RoutingHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
get
Router get(string route, RoutingHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
match
RoutingHandler match(string path, HttpMethod method, MiddlewareHandler[] middlewareHandlers, string[string] params)
Undocumented in source. Be warned that the author may not have intended to support it.
middlewareHandlers
MiddlewareHandler[] middlewareHandlers()
Undocumented in source. Be warned that the author may not have intended to support it.
onMount
void onMount(Archttp app)
Undocumented in source. Be warned that the author may not have intended to support it.
post
Router post(string route, RoutingHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
put
Router put(string route, RoutingHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
use
Router use(MiddlewareHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta