class Amber::Pipe::Pipeline
- Amber::Pipe::Pipeline
 - Amber::Pipe::Base
 - Reference
 - Object
 
Overview
This class picks the correct pipeline based on the request and executes it.
Defined in:
amber/pipes/pipeline.crConstructors
Instance Method Summary
- 
        #build(valve : Symbol, &)
        
          
Connects pipes to a pipeline to process requests
 - #build_pipeline(pipes, last_pipe : HTTP::Handler | HTTP::Server::Context -> )
 - 
        #call(context : HTTP::Server::Context)
        
          
Execution of this handler.
 - #pipeline : Hash(Symbol, Array(HTTP::Handler))
 - #plug(pipe : HTTP::Handler)
 - #prepare_pipelines
 - #valve : Symbol
 
Instance methods inherited from class Amber::Pipe::Base
  
  
    
      call(context : HTTP::Server::Context)
    call
    
  
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
Instance Method Detail
        
        def call(context : HTTP::Server::Context)
        #
      
      
        
              Description copied from class Amber::Pipe::Base
            
          
          Execution of this handler.