trac.web.wsgi¶
-
class
trac.web.wsgi.WSGIGateway(environ, stdin=<open file '<stdin>', mode 'r'>, stderr=<open file '<stderr>', mode 'w'>)¶ Bases:
objectAbstract base class for WSGI servers or gateways.
Initialize the gateway object.
-
run(application)¶ Start the gateway with the given WSGI application.
-
wsgi_file_wrapper¶ alias of
_FileWrapper
-