Files
deb-python-falcon/doc/api/api.rst
Kurt Griffiths 0b79bdf249 doc(API): Improve middleware and req_options docs
Expand middleware documentation and add API.req_options docs to the
API reference.
2014-11-11 10:03:55 +01:00

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