Files
deb-python-falcon/docs/api/api.rst
Kurt Griffiths f6ca886324 feat(API): Foundational support for URI template field converters (#1067)
Provides an initial converter (int) along with relevant plumbing and
tests. Additional converters and docs to come in future PRs.
2017-06-27 22:25:15 -05:00

26 lines
415 B
ReStructuredText

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