Files
deb-python-falcon/doc/api/api.rst
Kurt Griffiths 0b79bdf249 doc(API): Improve middleware and req_options docs
Expand middleware documentation and add API.req_options docs to the
API reference.
2014-11-11 10:03:55 +01:00

23 lines
323 B
ReStructuredText

.. _api:
API Class
=========
Falcon's API class is a WSGI "application" that you can host with any
standard-compliant WSGI server.
.. code:: python
import falcon
api = application = falcon.API()
.. autoclass:: falcon.API
:members:
:undoc-members:
.. autoclass:: falcon.RequestOptions
:members: