Provides an initial converter (int) along with relevant plumbing and tests. Additional converters and docs to come in future PRs.
415 B
415 B
The API Class
Falcon's API class is a WSGI "application" that you can host with any standard-compliant WSGI server.
import falcon
app = falcon.API()falcon.API
falcon.RequestOptions
falcon.ResponseOptions
falcon.routing.CompiledRouterOptions