277 B
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
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