Files
deb-python-falcon/doc/api/api.rst

277 B

API Class

Falcon's API class is a WSGI callable "application" that you can host with any of a number of WSGI servers.

import falcon

api = application = falcon.API()

falcon.API