]> git.ipfire.org Git - thirdparty/httpx.git/commit
Response.protocol -> Response.http_version (#250)
authorTom Christie <tom@tomchristie.com>
Tue, 20 Aug 2019 14:15:38 +0000 (15:15 +0100)
committerGitHub <noreply@github.com>
Tue, 20 Aug 2019 14:15:38 +0000 (15:15 +0100)
commitc1ec1c33cddc683101ffb046dfb418a9a62cf12b
tree6e6a5b97e3a80f8bf16f69c6479e8480febdd380
parentb2397ff39d136ed84d07fa9b37e23603c6ea2b09
Response.protocol -> Response.http_version (#250)

* Response.protocol -> Response.http_version

* Update docs
docs/api.md
docs/index.md
httpx/client.py
httpx/dispatch/asgi.py
httpx/dispatch/http11.py
httpx/dispatch/http2.py
httpx/dispatch/threaded.py
httpx/dispatch/wsgi.py
httpx/models.py
tests/client/test_async_client.py
tests/client/test_client.py