]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add trio concurrency backend (#276)
authorFlorimond Manca <florimond.manca@gmail.com>
Sat, 21 Sep 2019 16:10:20 +0000 (18:10 +0200)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Sat, 21 Sep 2019 16:10:20 +0000 (11:10 -0500)
commit08355c62f56b899af15967906aa45392cd45dbdd
tree85e14de738cd05bf1124b2f1434305938b4dacbb
parent12752466ae9f4dec2e4788ae25af6ebd407f6795
Add trio concurrency backend (#276)
13 files changed:
httpx/client.py
httpx/concurrency/asyncio.py
httpx/concurrency/base.py
httpx/concurrency/trio.py [new file with mode: 0644]
httpx/dispatch/asgi.py
httpx/dispatch/http2.py
setup.cfg
setup.py
test-requirements.txt
tests/concurrency.py
tests/conftest.py
tests/dispatch/test_connection_pools.py
tests/test_timeouts.py