httpx/tests/client
Tom Christie ee37a762ef
Reintroduce sync API. (#735)
* BaseClient and AsyncClient

* Introduce 'httpx.Client'

* Top level API -> sync

* Top level API -> sync

* Add WSGI support, drop deprecated imports

* Wire up timeouts to urllib3

* Wire up pool_limits

* Add urllib3 proxy support

* Pull #734 into sync Client

* Update AsyncClient docstring

* Simpler WSGI implementation

* Set body=None when no content

* Wrap urllib3 connection/read exceptions
2020-01-08 12:31:50 +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 Public Auth API (#732) 2020-01-07 13:20:23 +00:00
test_client.py Reintroduce sync API. (#735) 2020-01-08 12:31:50 +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 Reintroduce sync API. (#735) 2020-01-08 12:31:50 +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