]> git.ipfire.org Git - thirdparty/starlette.git/commit
Add FileResponse
authorTom Christie <tom@tomchristie.com>
Wed, 11 Jul 2018 15:08:51 +0000 (16:08 +0100)
committerTom Christie <tom@tomchristie.com>
Wed, 11 Jul 2018 15:08:51 +0000 (16:08 +0100)
commit5f194f73bf9d789cb2b1eed3c48243d13f9b0a54
tree1c8d4c6672842254cfc7af0758e795acebcd9059
parentf985e4962926f7c8ffe14ec06e6e976e6d8c0688
Add FileResponse
requirements.txt
setup.py
starlette/__init__.py
starlette/datastructures.py
starlette/middleware/__init__.py [new file with mode: 0644]
starlette/middleware/database.py [new file with mode: 0644]
starlette/multipart.py [new file with mode: 0644]
starlette/response.py