httpx/tests/client
Seth Michael Larson b0fa0859a8
Configure Proxy from Client (#353)
* Incorporate suggestions

* Start of proxy config

* Incorporate suggestions

* Add proxies to high-level API, docs

* Update client.py
2019-09-20 12:33:06 -05:00
..
__init__.py Tweak test naming 2019-05-17 13:49:24 +01:00
test_async_client.py Add .elapsed onto Response objects tracking how long a request took. (#351) 2019-09-18 20:29:01 +02:00
test_auth.py Additional DigestAuth tests (#334) 2019-09-11 07:25:11 -05:00
test_client.py Add .elapsed onto Response objects tracking how long a request took. (#351) 2019-09-18 20:29:01 +02:00
test_cookies.py Automatically convert Client.cookies and Client.headers on set (#274) 2019-08-27 19:25:30 -05:00
test_headers.py Raise KeyError if header isn't found in Headers (#324) 2019-09-07 16:12:37 -05:00
test_properties.py Automatically convert Client.cookies and Client.headers on set (#274) 2019-08-27 19:25:30 -05:00
test_proxies.py Configure Proxy from Client (#353) 2019-09-20 12:33:06 -05:00
test_redirects.py Apply black formatting 2019-09-04 15:11:40 +01:00