]> git.ipfire.org Git - thirdparty/starlette.git/commit
Allow use of `memoryview` with `Response` (#2577)
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Sat, 1 Jun 2024 13:12:34 +0000 (15:12 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Jun 2024 13:12:34 +0000 (13:12 +0000)
commitd1b38037e71a1790a1a8bc55c6e7dfb95d69c5bc
treee19b78ae729586817f704939563c7192a56f1072
parent4f16aedc0f51e10fb466ece0fc6460ceec2034c8
Allow use of `memoryview` with `Response` (#2577)
starlette/responses.py
tests/test_responses.py