class

Kemal::Config

Inherits Reference < Object

Stores all the configuration options for a Kemal application. It's a singleton and you can access it like.

Kemal.config

Instance methods

auth_handler
Source
auth_handler=(auth_handler : Kemal::BasicAuth::Handler.class)
Source