Package cherrypy :: Package wsgiserver :: Module wsgiserver3 :: Class WSGIGateway_10
[hide private]
[frames] | no frames]

Class WSGIGateway_10

source code

object --+        
         |        
   Gateway --+    
             |    
   WSGIGateway --+
                 |
                WSGIGateway_10
Known Subclasses:

A Gateway class to interface HTTPServer with WSGI 1.0.x.

Instance Methods [hide private]
 
get_environ(self)
Return a new environ dict targeting the given wsgi.version
source code

Inherited from WSGIGateway: __init__, respond, start_response, write

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

get_environ(self)

source code 

Return a new environ dict targeting the given wsgi.version

Overrides: WSGIGateway.get_environ