Trees Indices Help
Trac
Package trac :: Package web :: Module wsgi :: Class WSGIGateway

Class WSGIGateway

source code

object --+
 |
 WSGIGateway
Known Subclasses:

Abstract base class for WSGI servers or gateways.
Nested Classes
wsgi_file_wrapper
Wrapper for sending a file as response.
Instance Methods
__init__(self, environ, stdin=sys.stderr, stderr=sys.stderr)
Initialize the gateway object. source code
run(self, application)
Start the gateway with the given WSGI application. source code

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

Class Variables
wsgi_version = (1, 0)
wsgi_multithread = True
wsgi_multiprocess = True
wsgi_run_once = False
Properties

Inherited from object: __class__

Method Details

__init__(self, environ, stdin=sys.stderr, stderr=sys.stderr)
(Constructor)

source code
Initialize the gateway object.
Overrides: object.__init__

Trees Indices Help
Trac

AltStyle によって変換されたページ (->オリジナル) /