mirror of
https://github.com/correl/tornado-openapi3.git
synced 2024-12-29 11:09:28 +00:00
14 lines
437 B
ReStructuredText
14 lines
437 B
ReStructuredText
===================
|
|
Tornado OpenAPI 3
|
|
===================
|
|
|
|
Tornado OpenAPI 3 request and response validation library.
|
|
|
|
Provides integration between the `Tornado`_ web framework and `Openapi-core`_
|
|
library for validating request and response objects against an `OpenAPI 3`_
|
|
specification.
|
|
|
|
|
|
.. _Tornado: https://www.tornadoweb.org/
|
|
.. _Openapi-core: https://github.com/p1c2u/openapi-core
|
|
.. _OpenAPI 3: https://swagger.io/specification/
|