class Crack::Handler::Base
- Crack::Handler::Base
- Reference
- Object
Overview
The base class for Crack handlers. This extension provides a singleton method and ability to configure each handler.
Included Modules
- HTTP::Handler
Direct Known Subclasses
- Crack::Handler::BasicAuth
- Crack::Handler::Block
- Crack::Handler::CORS
- Crack::Handler::CSRF
- Crack::Handler::Error
- Crack::Handler::Logger
- Crack::Handler::Method
- Crack::Handler::Params
- Crack::Handler::Session
- Crack::Handler::Static
Defined in:
crack/base.crClass Method Summary
-
.config(&)
Ability to configure the singleton instance from the class
Instance Method Summary
-
#call(context)
Execution of this handler.
-
#config(&)
Ability to configure the instance directly