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