httpx/tests/client
Tom Christie 3046e920ea
Httpcore interface (#804)
* First pass as switching dispatchers over to httpcore interface

* Updates for httpcore interface

* headers in dispatch API as plain list of bytes

* Integrate against httpcore 0.6

* Integrate against httpcore interface

* Drop UDS, since not supported by httpcore

* Fix base class for mock dispatchers in tests

* Merge master and mark as potential '0.13.dev0' release
2020-04-08 13:32:10 +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 Httpcore interface (#804) 2020-04-08 13:32:10 +01:00
test_client.py Reintroduce sync API. (#735) 2020-01-08 12:31:50 +00: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 Httpcore interface (#804) 2020-04-08 13:32:10 +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