INNER CODE UNIT · Python
App
falconry/falcon · falcon/app.py:93
class App(Generic[_ReqT, _RespT]):
'''The main entry point into a Falcon-based WSGI app.
Each App instance provides a callable
`WSGI <https://www.python.org/dev/peps/pep-3333/>`_ interface
and a routing engine (for ASGI applications, see
:class:`falcon.asgi.App`).
Note:
The ``API`` class was renamed to ``App`` in Falcon 3.0. The
old class name remains available as an alias for
backwards-compatibility, but will be removed in a future
release.
Keyword Arguments:
media_type (str): Default media type to use when initializing
:class:`~.RequestOptions` and
:class:`~.ResponseOptions`. The ``falcon``