httpx/tests/client
Tom Christie 89fb0cbc69
Add HTTPTransport and AsyncHTTPTransport (#1399)
* Add keepalive_expiry to Limits config

* keepalive_expiry should be optional. In line with httpcore.

* HTTPTransport and AsyncHTTPTransport

* Update docs for httpx.HTTPTransport()

* Update type hints

* Fix docs typo

* Additional mount example

* Tweak context manager methods

* Add 'httpx.HTTPTransport(proxy=...)'

* Use explicit keyword arguments throughout httpx.HTTPTransport

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
2021-01-08 10:23:56 +00:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_async_client.py Add httpx.MockTransport() (#1401) 2021-01-06 11:04:26 +00:00
test_auth.py Add httpx.MockTransport() (#1401) 2021-01-06 11:04:26 +00:00
test_client.py Add httpx.MockTransport() (#1401) 2021-01-06 11:04:26 +00:00
test_cookies.py Add httpx.MockTransport() (#1401) 2021-01-06 11:04:26 +00:00
test_event_hooks.py Add httpx.MockTransport() (#1401) 2021-01-06 11:04:26 +00:00
test_headers.py Add httpx.MockTransport() (#1401) 2021-01-06 11:04:26 +00:00
test_properties.py Event hooks (#1246) 2020-09-15 12:05:39 +01:00
test_proxies.py Add HTTPTransport and AsyncHTTPTransport (#1399) 2021-01-08 10:23:56 +00:00
test_queryparams.py Add httpx.MockTransport() (#1401) 2021-01-06 11:04:26 +00:00
test_redirects.py Add httpx.MockTransport() (#1401) 2021-01-06 11:04:26 +00:00