]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add support for multiple files per POST field (#1032)
authoreuri10 <euri10@users.noreply.github.com>
Wed, 24 Jun 2020 17:17:27 +0000 (19:17 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 17:17:27 +0000 (19:17 +0200)
commit4d287956fd5c14d6d3d9d451c5e99a8a90ad719b
tree432d3ce8b8f90c27ef4df75388d890b3430cd926
parent0f7d644b8dba432c5eec08157947a4e551996fa1
Add support for multiple files per POST field (#1032)

* Changed RequestFiles type

* Changed RequestFiles type 2

* Added test for multiple files same field

* Lint

* Mypy no idea

* Added doc

* Fixed some docs typos

* Checking the right instance type and deleting the mypy ignore

* Docs clarification

* Back on images form field, with other files modified
docs/advanced.md
httpx/_content_streams.py
httpx/_types.py
tests/test_content_streams.py