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