class

MyRouter

Inherits Crouter::Router / HTTP::Handler / Reference / Object

Constants

ROUTES = {} of String => Array(Crouter::Route)

Class methods

routes
Source

Instance methods

call(context)
Source

Macros

delete(pattern, action)
Source
delete(pattern)
Source
get(pattern, action)
Source
get(pattern)
Source
group(prefix)
Source
patch(pattern, action)
Source
patch(pattern)
Source
post(pattern, action)
Source
post(pattern)
Source
put(pattern, action)
Source
put(pattern)
Source