]> git.ipfire.org Git - thirdparty/starlette.git/commit
Raise `MultiPartException` when missing "name" field on `Content-Disposition` header...
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Tue, 24 May 2022 05:31:57 +0000 (07:31 +0200)
committerGitHub <noreply@github.com>
Tue, 24 May 2022 05:31:57 +0000 (07:31 +0200)
commit7b9fcaf31d4d23f91ca96181188f5440c3f63201
tree88f28dd1e2da574d9259f6a14a859e75fcfd4f22
parent82e07b3492802c43970314414dbd44d783f0e281
Raise `MultiPartException` when missing "name" field on `Content-Disposition` header (#1643)
setup.cfg
starlette/formparsers.py
tests/test_formparsers.py