httpx/tests
Yeray Diaz Diaz 8155352d20
Document digest auth (#348)
* Document authentication

* Fix linting errors

* Tweak wording

* Update docs/quickstart.md

Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
2019-09-16 12:50:00 +01:00
..
client Additional DigestAuth tests (#334) 2019-09-11 07:25:11 -05:00
dispatch Fix remaining references to BaseStream in tests (#347) 2019-09-16 08:34:26 +02:00
models Implement HTTPProxy dispatcher (#259) 2019-09-15 10:47:35 -05:00
requests_compat Document digest auth (#348) 2019-09-16 12:50:00 +01:00
.netrc added netrc support (#177) 2019-08-01 09:32:00 +01:00
concurrency.py Parametrize tests with concurrency backend (#273) 2019-08-25 20:25:18 +02:00
conftest.py Implement HTTPProxy dispatcher (#259) 2019-09-15 10:47:35 -05:00
test_api.py Add server.url property in tests (#300) 2019-09-01 09:07:22 +02:00
test_asgi.py Parametrize tests with concurrency backend (#273) 2019-08-25 20:25:18 +02:00
test_concurrency.py Stream -> TCPStream (#339) 2019-09-15 16:14:48 -05:00
test_config.py Add support for SSLKEYLOGFILE (#301) 2019-09-01 08:01:11 -05:00
test_decoders.py added control to calling decode for empty contents (#237) 2019-08-19 16:12:00 +01:00
test_multipart.py Add Client(http_versions=...) support 2019-08-20 13:30:54 +01:00
test_status_codes.py Renaming -> httpx (#129) 2019-07-19 15:15:16 +01:00
test_timeouts.py Add server.url property in tests (#300) 2019-09-01 09:07:22 +02:00
test_utils.py Add server.url property in tests (#300) 2019-09-01 09:07:22 +02:00
test_wsgi.py Renaming -> httpx (#129) 2019-07-19 15:15:16 +01:00