httpx/tests/client
Tom Christie b0bf2a7513
SSLConfig refactor (#706)
* SSLConfig includes 'http2' argument on init.

* Pass SSL config to HTTPConnection as a single argument

* Don't run SSL context loading in threadpool
2020-01-02 10:54:04 +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 Rename Client to AsyncClient (with compat synonym) (#680) 2019-12-29 15:34:23 +00:00
test_client.py Rename Client to AsyncClient (with compat synonym) (#680) 2019-12-29 15:34:23 +00:00
test_cookies.py Rename Client to AsyncClient (with compat synonym) (#680) 2019-12-29 15:34:23 +00:00
test_headers.py Rename Client to AsyncClient (with compat synonym) (#680) 2019-12-29 15:34:23 +00:00
test_properties.py Rename Client to AsyncClient (with compat synonym) (#680) 2019-12-29 15:34:23 +00:00
test_proxies.py SSLConfig refactor (#706) 2020-01-02 10:54:04 +00:00
test_queryparams.py Rename Client to AsyncClient (with compat synonym) (#680) 2019-12-29 15:34:23 +00:00
test_redirects.py Bump coverage (#705) 2020-01-01 15:33:24 +00:00