class Amber::Pipe::Base
- Amber::Pipe::Base
 - Reference
 - Object
 
Overview
Base class to include the HTTP::Handler module.
Included Modules
- HTTP::Handler
 
Direct Known Subclasses
- Amber::Pipe::ClientIp
 - Amber::Pipe::Controller
 - Amber::Pipe::CORS
 - Amber::Pipe::CSRF
 - Amber::Pipe::Error
 - Amber::Pipe::Flash
 - Amber::Pipe::Logger
 - Amber::Pipe::Pipeline
 - Amber::Pipe::PoweredByAmber
 - Amber::Pipe::Session
 
Defined in:
amber/pipes/base.crInstance Method Summary
- 
        #call(context : HTTP::Server::Context)
        
          
Execution of this handler.