httpx/tests/client
Tom Christie 7c8158a852
Add "Content-Length: 0" on POST, PUT, PATCH if required. (#995)
* Add Content-Length: 0 on POST, PUT, PATCH if required.

* Update tests/client/test_client.py

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
2020-05-26 15:03:55 +01:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_async_client.py Httpcore interface (#804) 2020-04-08 13:32:10 +01:00
test_auth.py Transport API (#963) 2020-05-21 12:22:17 +01:00
test_client.py Add "Content-Length: 0" on POST, PUT, PATCH if required. (#995) 2020-05-26 15:03:55 +01:00
test_cookies.py Httpcore interface (#804) 2020-04-08 13:32:10 +01:00
test_headers.py Httpcore interface (#804) 2020-04-08 13:32:10 +01:00
test_properties.py Rename Client to AsyncClient (with compat synonym) (#680) 2019-12-29 15:34:23 +00:00
test_proxies.py Transport API (#963) 2020-05-21 12:22:17 +01:00
test_queryparams.py Httpcore interface (#804) 2020-04-08 13:32:10 +01:00
test_redirects.py Httpcore interface (#804) 2020-04-08 13:32:10 +01:00