Package circuits :: Package web :: Module wsgi :: Class Application

Class Application

    object --+            
             |            
  core.Manager --+        
                 |        
core.BaseComponent --+    
                     |    
        core.Component --+
                         |
                        Application

Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
__init__(self)
initializes x; see x.__class__.__doc__ for signature
 
translateHeaders(self, environ)
 
getRequestResponse(self, environ)
 
setError(self, response, status, message=None, traceback=None)
 
response(self, response)
 
__call__(self, environ, start_response, exc_info=None)

Inherited from core.BaseComponent: __repr__, register, unregister

Inherited from core.Manager: __add__, __iadd__, __isub__, __len__, __sub__, flush, join, push, run, send, start, stop

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

Static Methods

Inherited from core.Component: __new__

Class Variables
  headerNames = {'CONTENT_LENGTH': 'Content-Length', 'CONTENT_TY...
Instance Variables

Inherited from core.BaseComponent: channel

Inherited from core.Manager: manager

Properties

Inherited from core.Manager: name, running, state

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details

headerNames

Value:
{'CONTENT_LENGTH': 'Content-Length',
 'CONTENT_TYPE': 'Content-Type',
 'HTTP_CGI_AUTHORIZATION': 'Authorization',
 'REMOTE_ADDR': 'Remote-Addr',
 'REMOTE_HOST': 'Remote-Host'}