]> git.ipfire.org Git - thirdparty/httpx.git/commit
Seperate `content=...` and `data=...` parameters (#1266)
authorTom Christie <tom@tomchristie.com>
Tue, 15 Sep 2020 12:36:10 +0000 (13:36 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Sep 2020 12:36:10 +0000 (13:36 +0100)
commitfeb404f86b46c3d3650fabc090f8a8dbf3afe3ff
tree3672a9eee862b5e26ce1b3c489ea1c1c2cd23139
parent54f7708e2b8bc9bbd5f4ea9f1e4386b8acbf3811
Seperate `content=...` and `data=...` parameters (#1266)

* Seperate content=... and data=... parameters

* Update compatibility.md
17 files changed:
docs/compatibility.md
docs/quickstart.md
httpx/_api.py
httpx/_client.py
httpx/_content_streams.py
httpx/_models.py
httpx/_types.py
tests/client/test_async_client.py
tests/client/test_client.py
tests/client/test_redirects.py
tests/models/test_requests.py
tests/test_api.py
tests/test_asgi.py
tests/test_content_streams.py
tests/test_timeouts.py
tests/test_wsgi.py
tests/utils.py