class

MyRouter256

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

Constants

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

Class methods

routes

Instance methods

call(context)

Macros

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