module

Router

Constants

HTTP_METHODS = ["get", "post", "put", "patch", "delete", "options"] of ::String
VERSION = "0.2.7"

Instance methods

delete(path : String, &block : Action)
Source
get(path : String, &block : Action)
Source
options(path : String, &block : Action)
Source
patch(path : String, &block : Action)
Source
post(path : String, &block : Action)
Source
put(path : String, &block : Action)
Source
route_handler
Source

Nested types