class

Kemal::Handler

Inherits Kemal::HandlerInterface < HTTP::Handler < Reference < Object

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 .