323 B
323 B
API Class
Falcon's API class is a WSGI "application" that you can host with any standard-compliant WSGI server.
import falcon
api = application = falcon.API()falcon.API
falcon.RequestOptions