class Amber::Pipe::Session
- Amber::Pipe::Session
 - Amber::Pipe::Base
 - Reference
 - Object
 
Overview
The session handler provides a cookie based session. The handler will encode and decode the cookie and provide the hash in the context that can be used to maintain data across requests.
Defined in:
amber/pipes/session.crInstance Method Summary
- 
        #call(context : HTTP::Server::Context)
        
          
Execution of this handler.
 
Instance methods inherited from class Amber::Pipe::Base
  
  
    
      call(context : HTTP::Server::Context)
    call
    
  
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
Instance Method Detail
        
        def call(context : HTTP::Server::Context)
        #
      
      
        
              Description copied from class Amber::Pipe::Base
            
          
          Execution of this handler.