Router
Constants
HTTP_METHODS = ["get", "post", "put", "patch", "delete", "options"] of ::String
VERSION = "0.2.7"
Instance methods
delete(path : String, &block : Action)
Sourceget(path : String, &block : Action)
Sourceoptions(path : String, &block : Action)
Sourcepatch(path : String, &block : Action)
Sourcepost(path : String, &block : Action)
Sourceput(path : String, &block : Action)
Sourceroute_handler
Source