httpx/tests
Jamie Hewland 644e8fc5b6 Make start_tls a method on streams & return a new stream (#484)
* Move start_tls to stream & return a new stream

* asyncio: Keep a reference to the inner stream when upgrading to TLS
2019-10-20 12:59:16 +02:00
..
client Fix flaky Response.elapsed tests (#446) 2019-10-04 15:36:06 -05:00
dispatch Make start_tls a method on streams & return a new stream (#484) 2019-10-20 12:59:16 +02:00
models Allow lists in query params (#386) 2019-10-08 15:12:04 -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 Add trio concurrency backend (#276) 2019-09-21 11:10:20 -05:00
conftest.py Don't check trio import in definition of backend fixture params (#447) 2019-10-05 19:12:06 -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 Make start_tls a method on streams & return a new stream (#484) 2019-10-20 12:59:16 +02:00
test_config.py Add support for SSL_CERT_FILE and SSL_CERT_DIR (#307) 2019-09-23 10:24:53 -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 Fix bug when using client without timeouts in Python 3.6 (#383) 2019-09-25 06:31:50 -05:00
test_utils.py Add logic for determining if a URL should be proxied (#472) 2019-10-17 10:58:11 -05:00
test_wsgi.py Renaming -> httpx (#129) 2019-07-19 15:15:16 +01:00