Kemal::RouteHandler
Inherits HTTP::Handler < Reference < Object
Constants
INSTANCE = new
Constructors
new
SourceInstance methods
Adds a given route to routing tree.
cached_routes
SourceSetter is synchronized for thread-safety when specs reset the cache.
call(context : HTTP::Server::Context)
SourceLooks up the route from the Radix::Tree for the first time and caches to improve performance. Cache access is synchronized so multiple fibers can call this concurrently.
routes
Source