httpx/tests/models
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_cookies.py Renaming -> httpx (#129) 2019-07-19 15:15:16 +01:00
test_headers.py Add debug logs to ASGIDispatch (#371) 2019-09-23 22:49:24 +02:00
test_queryparams.py Preserve list type query paramaters when merging QueryParams objects (#546) (#547) 2019-11-30 15:35:09 +00:00
test_requests.py Reintroduce sync API. (#735) 2020-01-08 12:31:50 +00:00
test_responses.py Sync streaming interface on responses (#695) 2020-01-02 12:56:11 +00:00
test_url.py Drop Origin from public API (#688) 2020-01-07 10:39:47 +00:00