]> git.ipfire.org Git - thirdparty/httpx.git/commit
Turn concurrency.py into its own sub-package (#244)
authorFlorimond Manca <florimond.manca@gmail.com>
Tue, 20 Aug 2019 11:27:58 +0000 (13:27 +0200)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Tue, 20 Aug 2019 11:27:58 +0000 (06:27 -0500)
commitb2397ff39d136ed84d07fa9b37e23603c6ea2b09
tree003bc27347873da25aecf22d04db923d25690ad0
parenta0aff8d169d32650191bb41da3c90260c3b7fdb8
Turn concurrency.py into its own sub-package (#244)
httpx/__init__.py
httpx/client.py
httpx/concurrency/__init__.py [new file with mode: 0644]
httpx/concurrency/asyncio.py [moved from httpx/concurrency.py with 98% similarity]
httpx/dispatch/connection.py
httpx/dispatch/connection_pool.py
httpx/dispatch/http11.py
httpx/dispatch/http2.py