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

Class WSGIGateway_u0

source code

object --+            
         |            
   Gateway --+        
             |        
   WSGIGateway --+    
                 |    
    WSGIGateway_10 --+
                     |
                    WSGIGateway_u0

A Gateway class to interface HTTPServer with WSGI u.0.

WSGI u.0 is an experimental protocol, which uses unicode for keys and values in both Python 2 and Python 3.

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