File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -135,3 +135,4 @@ Related projects
135135* `openapi-spec-validator <https://github.com/p1c2u/openapi-spec-validator >`__
136136* `openapi-schema-validator <https://github.com/p1c2u/openapi-schema-validator >`__
137137* `pyramid_openapi3 <https://github.com/niteoweb/pyramid_openapi3 >`__
138+ * `tornado-openapi3 <https://github.com/correl/tornado-openapi3 >`__
Original file line number Diff line number Diff line change @@ -196,3 +196,8 @@ You can use RequestsOpenAPIResponse as a Requests response factory:
196196 openapi_response = RequestsOpenAPIResponse(requests_response)
197197 validator = ResponseValidator(spec)
198198 result = validator.validate(openapi_request, openapi_response)
199+
200+ Tornado
201+ -------
202+
203+ See `tornado-openapi3 <https://github.com/correl/tornado-openapi3 >`_ project.
You can’t perform that action at this time.
0 commit comments