]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop backend parameter on AsyncClient (#791)
authorFlorimond Manca <florimond.manca@gmail.com>
Thu, 27 Feb 2020 20:42:18 +0000 (21:42 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2020 20:42:18 +0000 (20:42 +0000)
commit53804173bb734ce94d13d1b34c0ebaab46abd8c3
tree8f6a14a7958a37836c452e0396f2c9ebc8ca00d1
parent2714f32238077fa5975531c76b816ca07ba10861
Drop backend parameter on AsyncClient (#791)

* Drop backend parameter on AsyncClient

* Fix master merge

Co-authored-by: Tom Christie <tom@tomchristie.com>
docs/async.md
httpx/_client.py
tests/client/test_async_client.py
tests/dispatch/test_http2.py
tests/dispatch/utils.py