Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 499 Bytes

wsgi.rst

File metadata and controls

19 lines (13 loc) · 499 Bytes

tornado.wsgi --- Interoperability with other Python frameworks and servers

.. automodule:: tornado.wsgi

   Running Tornado apps on WSGI servers
   ------------------------------------

   .. autoclass:: WSGIAdapter
      :members:

   .. autoclass:: WSGIApplication
      :members:

   Running WSGI apps on Tornado servers
   ------------------------------------

   .. autoclass:: WSGIContainer
      :members: