]> git.ipfire.org Git - thirdparty/starlette.git/commit
allow using Request.form() as a context manager (#1903)
authorAdrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com>
Mon, 6 Feb 2023 05:58:21 +0000 (21:58 -0800)
committerGitHub <noreply@github.com>
Mon, 6 Feb 2023 05:58:21 +0000 (05:58 +0000)
commitc568b55dff8be94b9c917e186e512ab53d7310e1
tree8d671e799c064fd6799b1dd66731a6843762f84d
parent0a63a6e586ababc932d57e7751187d4ff2d7ca18
allow using Request.form() as a context manager (#1903)

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
docs/requests.md
starlette/_utils.py
starlette/requests.py
tests/test_requests.py