class
Kemal::Handler
- Kemal::Handler
- Reference
- Object
Overview
Kemal::Handler
is an implementation of HTTP::Handler
.
It includes HandlerInterface
to add the methods
only
, only_match?
, exclude
, exclude_match?
.
These methods are useful for the conditional execution of custom handlers .