]> git.ipfire.org Git - thirdparty/httpx.git/commit
Rename `concurrency` directory to `backends` (#662)
authorAndrés Álvarez <BigChief45@users.noreply.github.com>
Fri, 20 Dec 2019 16:53:42 +0000 (10:53 -0600)
committerTom Christie <tom@tomchristie.com>
Fri, 20 Dec 2019 16:53:42 +0000 (16:53 +0000)
commite34df7a7a19b5ebdbad59a0b7e1a54b4f011811b
tree15c472c00e7a8265202f973d53c3b244a94e3e6b
parentcee1fccaca1701c39901c2c9663fcaa081075b2d
Rename `concurrency` directory to `backends` (#662)

Closes #659
15 files changed:
httpx/backends/__init__.py [moved from httpx/concurrency/__init__.py with 100% similarity]
httpx/backends/asyncio.py [moved from httpx/concurrency/asyncio.py with 100% similarity]
httpx/backends/auto.py [moved from httpx/concurrency/auto.py with 100% similarity]
httpx/backends/base.py [moved from httpx/concurrency/base.py with 100% similarity]
httpx/backends/trio.py [moved from httpx/concurrency/trio.py with 100% similarity]
httpx/client.py
httpx/dispatch/connection.py
httpx/dispatch/connection_pool.py
httpx/dispatch/http11.py
httpx/dispatch/http2.py
httpx/dispatch/proxy_http.py
tests/concurrency.py
tests/conftest.py
tests/dispatch/utils.py
tests/test_concurrency.py