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
hmac_handler
Sourcehmac_handler=(hmac_handler : Kemal::Hmac::Handler.class)
Source