class Router::RouteHandler
- Router::RouteHandler
- Reference
- Object
Included Modules
- HTTP::Handler
Defined in:
handler.crConstructors
Instance Method Summary
- #add_route(key : String, action : Action)
- #call(context : HTTP::Server::Context)
- #search_route(context : HTTP::Server::Context) : RouteContext | Nil