httpx/tests/dispatch
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 Support alternate concurrency backends from client & rejig tests 2019-05-14 14:11:13 +01:00
test_connection_pools.py Drop run and run_in_threadpool (#710) 2020-01-06 11:14:43 +00:00
test_connections.py SSLConfig refactor (#706) 2020-01-02 10:54:04 +00:00
test_http2.py Bump coverage (#705) 2020-01-01 15:33:24 +00:00
test_proxy_http.py Reintroduce sync API. (#735) 2020-01-08 12:31:50 +00:00
utils.py More coverage improvements (#711) 2020-01-02 15:33:26 +00:00