]> git.ipfire.org Git - thirdparty/starlette.git/commit
Add StaticFile and StaticFiles ASGI applications
authorTom Christie <tom@tomchristie.com>
Thu, 12 Jul 2018 12:13:44 +0000 (13:13 +0100)
committerTom Christie <tom@tomchristie.com>
Thu, 12 Jul 2018 12:13:44 +0000 (13:13 +0100)
commit2ed676835288d8e275f7f484481fb58696aebcdf
treef78d7c6657ad2c11943b1e6d6a68d41a5813341e
parent28c0ca7142704f9a1c7c4899fd38911d2c962890
Add StaticFile and StaticFiles ASGI applications
starlette/response.py
starlette/staticfiles.py [new file with mode: 0644]
tests/test_response.py
tests/test_staticfiles.py [new file with mode: 0644]