httpx/tests/client
Tom Christie f17ab37b2f
Prep for introducing SyncClient (#713)
* Reorganize method ordering in client

* Move 'request'

* Use 'httpx.Proxy' for proxy configuration
2020-01-07 10:27:01 +00:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_async_client.py Rename Client to AsyncClient (with compat synonym) (#680) 2019-12-29 15:34:23 +00:00
test_auth.py Dispatcher -> AsyncDispatcher (#725) 2020-01-06 12:08:14 +00:00
test_client.py Rename Client to AsyncClient (with compat synonym) (#680) 2019-12-29 15:34:23 +00:00
test_cookies.py Dispatcher -> AsyncDispatcher (#725) 2020-01-06 12:08:14 +00:00
test_headers.py Dispatcher -> AsyncDispatcher (#725) 2020-01-06 12:08:14 +00:00
test_properties.py Rename Client to AsyncClient (with compat synonym) (#680) 2019-12-29 15:34:23 +00:00
test_proxies.py Prep for introducing SyncClient (#713) 2020-01-07 10:27:01 +00:00
test_queryparams.py Dispatcher -> AsyncDispatcher (#725) 2020-01-06 12:08:14 +00:00
test_redirects.py Dispatcher -> AsyncDispatcher (#725) 2020-01-06 12:08:14 +00:00