]> git.ipfire.org Git - thirdparty/httpx.git/commit
Replace remaining occurrences of dispatch with transport (#1010)
authorJosep Cugat <jcugat@gmail.com>
Sat, 30 May 2020 21:18:48 +0000 (23:18 +0200)
committerGitHub <noreply@github.com>
Sat, 30 May 2020 21:18:48 +0000 (23:18 +0200)
commit89a8100b6c1f2cf97f16bd7d3594211be88fbc93
treee1f139e81b534b75f1cdb50a9088ea5212e45681
parent8ed690464671f8cf8b933707c162e65b6f7e7d7e
Replace remaining occurrences of dispatch with transport (#1010)

* Replace remaining occurrences of dispatch with transport

* Remove unused AsyncDispatcher

Was removed in #804

* Remove hard_limit warning in test
httpx/_models.py
httpx/_transports/asgi.py
httpx/_transports/wsgi.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
tests/test_timeouts.py