]> git.ipfire.org Git - thirdparty/starlette.git/commit
Add support for HTTP Range to `FileResponse` (#2697)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Mon, 23 Sep 2024 01:20:21 +0000 (03:20 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 01:20:21 +0000 (09:20 +0800)
commit69ed26a85956ef4bd0161807eb27abf49be7cd3c
tree2a2425a47b65e57012a05eeb6db092d83d837b6c
parent8d0cff820f89b5d5b19677246293513a9d1c952c
Add support for HTTP Range to `FileResponse` (#2697)

* Add support for HTTP Range to `FileResponse`

* Remove pragmas

* Single line
starlette/responses.py
tests/test_responses.py