]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:sparkles: Add ORJSONResponse (#1065)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Mar 2020 21:30:58 +0000 (22:30 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Mar 2020 21:30:58 +0000 (22:30 +0100)
commit94ee932351ac25a40ae9eb0adcc2de7376fe1b9e
tree5defcd62fd36920b623800c8165afe488e0f153c
parentcf760d6802d33d6fd3c72bcd6d57029419fdb33a
:sparkles: Add ORJSONResponse (#1065)

* :sparkles: Add ORJSONResponse

* :memo: Add tutorial using ORJSONResponse

* :white_check_mark: Add test for ORJSONResponse

* :memo: Update index.md
README.md
docs/advanced/custom-response.md
docs/index.md
docs/src/custom_response/tutorial001b.py [new file with mode: 0644]
fastapi/responses.py
tests/test_tutorial/test_custom_response/test_tutorial001b.py [new file with mode: 0644]