mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-11-23 19:19:55 +00:00
10 lines
270 B
ReStructuredText
10 lines
270 B
ReStructuredText
|
Handling Incoming Requests
|
||
|
==========================
|
||
|
|
||
|
OpenAPIRequestHandler extends Tornado's RequestHandler class, providing
|
||
|
validation of incoming requests and translating errors into appropriate HTTP
|
||
|
responses.
|
||
|
|
||
|
.. automodule:: tornado_openapi3.handler
|
||
|
:members:
|