]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add ConcurrencyBackend.start_tls() (#263)
authorSeth Michael Larson <sethmichaellarson@gmail.com>
Sat, 24 Aug 2019 15:04:14 +0000 (10:04 -0500)
committerGitHub <noreply@github.com>
Sat, 24 Aug 2019 15:04:14 +0000 (10:04 -0500)
commit1872ae873bcf3dd168089902c6809e433e4bd89d
tree4f81f3b243f112a1803fe472ceb0bf75baf24b4c
parenta4b93b91c03239738f6c118570fdfa155e7fe11e
Add ConcurrencyBackend.start_tls() (#263)
httpx/concurrency/asyncio.py
httpx/concurrency/base.py
httpx/dispatch/asgi.py
httpx/dispatch/connection.py
httpx/dispatch/connection_pool.py
httpx/dispatch/threaded.py
httpx/dispatch/wsgi.py
tests/test_concurrency.py [new file with mode: 0644]