| tanzer::forwarder::constructor |  |  | args | 
        
          |  |  |  |  | 
      
 
The HTTP request forwarding base interface class. 
 
 
      
        
          | tanzer::forwarder::cleanup |  |  | session | 
        
          |  |  |  |  | 
      
 
A method to be implemented by any request forwarder class that allows one to clean up any state specific to that request forwarder. 
 
 
      
        
          | tanzer::forwarder::close |  |  | session | 
        
          |  |  |  |  | 
      
 
Clean up any state associated with $session, and allow the session handler to yield yield to the next incoming request. 
 
 
      
        
          | tanzer::forwarder::open |  |  | session | 
        
          |  |  |  |  | 
      
 
A method to be implemented by any request forwarder class that allows one to open any resources involved in servicing the current request for $session. 
 
 
      
        
          | tanzer::forwarder::pipe |  |  | in sock session | 
        
          |  |  |  |  | 
      
 
Pipe all remaining data from channel $in to client socket $sock, and yield $session to handle the next request. 
 
 
  
  | 
        
          | tanzer::forwarder::defaultStatus |  | static | 
 
The default status to use when parsing and relaying incoming HTTP messages for forwarding. Default value is 500. 
 
 
The documentation for this class was generated from the following file: