2011-06-11 21:48:46 +00:00
|
|
|
``tornado.wsgi`` --- Interoperability with other Python frameworks and servers
|
|
|
|
==============================================================================
|
2011-06-09 06:58:58 +00:00
|
|
|
|
|
|
|
.. automodule:: tornado.wsgi
|
2011-06-19 17:45:35 +00:00
|
|
|
|
2014-03-16 02:30:23 +00:00
|
|
|
Running Tornado apps on WSGI servers
|
|
|
|
------------------------------------
|
2011-06-19 17:45:35 +00:00
|
|
|
|
2014-03-16 02:30:23 +00:00
|
|
|
.. autoclass:: WSGIAdapter
|
2011-06-19 17:45:35 +00:00
|
|
|
:members:
|
|
|
|
|
2014-03-16 02:30:23 +00:00
|
|
|
.. autoclass:: WSGIApplication
|
2011-06-19 17:45:35 +00:00
|
|
|
:members:
|
|
|
|
|
2014-03-16 02:30:23 +00:00
|
|
|
Running WSGI apps on Tornado servers
|
|
|
|
------------------------------------
|
2011-06-19 17:45:35 +00:00
|
|
|
|
|
|
|
.. autoclass:: WSGIContainer
|
|
|
|
:members:
|