]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
:sparkles: Docs and tests, responses with headers and cookies (#185)
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 26 Apr 2019 11:13:59 +0000 (15:13 +0400)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2019 11:13:59 +0000 (15:13 +0400)
commit528ef7e0799ce4758dad88a0252c7d09c4efdd68
tree42431d19d7b2044a6d3090b3ee1fee55a258b98b
parent8e3a7699a3cabbe35f2c45b915167c2adf69b476
:sparkles: Docs and tests, responses with headers and cookies (#185)
docs/src/response_cookies/tutorial001.py [new file with mode: 0644]
docs/src/response_headers/tutorial001.py [new file with mode: 0644]
docs/tutorial/middleware.md
docs/tutorial/response-cookies.md [new file with mode: 0644]
docs/tutorial/response-headers.md [new file with mode: 0644]
mkdocs.yml
tests/test_tutorial/test_response_cookies/__init__.py [new file with mode: 0644]
tests/test_tutorial/test_response_cookies/test_tutorial001.py [new file with mode: 0644]
tests/test_tutorial/test_response_headers/__init__.py [new file with mode: 0644]
tests/test_tutorial/test_response_headers/test_tutorial001.py [new file with mode: 0644]