]> git.ipfire.org Git - thirdparty/httpx.git/commit
Dispatcher -> AsyncDispatcher (#725)
authorTom Christie <tom@tomchristie.com>
Mon, 6 Jan 2020 12:08:14 +0000 (12:08 +0000)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2020 12:08:14 +0000 (12:08 +0000)
commite19bd9bc4bf5849650a3847232a4b1353600635e
tree1991fbeceb320ba102b068b434f7c173571ca94f
parent6ac49dacdd96f474467d276d2ff1b63edc382684
Dispatcher -> AsyncDispatcher (#725)

* Dispatcher -> AsyncDispatcher

* Fix invalid renamings

* Fix invalid renamings
12 files changed:
httpx/client.py
httpx/dispatch/asgi.py
httpx/dispatch/base.py
httpx/dispatch/connection.py
httpx/dispatch/connection_pool.py
httpx/models.py
tests/client/test_auth.py
tests/client/test_cookies.py
tests/client/test_headers.py
tests/client/test_queryparams.py
tests/client/test_redirects.py
tests/test_multipart.py