tornado-openapi3/tornado_openapi3
Alexander Campbell 3dce6ca7b5 Use None for no request body instead of b""
This is how openapi-core expects a lack of request body. Currently
it can cause issues with validation because requests without a
body will be send to the validator with a request a body of empty
bytes that can't be validated.
2024-08-05 10:42:54 -04:00
..
__init__.py Add a request handler 2021-02-25 22:53:51 -05:00
handler.py Upgrade openapi-core to 0.14.0 2021-05-07 14:37:55 -04:00
py.typed Mark library as typed and bump version 2020-11-23 11:29:28 -05:00
requests.py Use None for no request body instead of b"" 2024-08-05 10:42:54 -04:00
responses.py Blacken code 2021-02-26 15:34:54 -05:00
testing.py Upgrade openapi-core to 0.14.0 2021-05-07 14:37:55 -04:00
types.py Restructure documentation 2021-03-18 18:13:28 -04:00
util.py Parse mimetype from content-type 2021-01-13 14:33:39 -05:00