]> git.ipfire.org Git - thirdparty/httpx.git/commit
Support HTTP/2 prior-knowledge, using `httpx.Client(http1=False, http2=True)`. (...
authorbli74 <bert.lindemann@gmail.com>
Tue, 11 May 2021 09:40:46 +0000 (11:40 +0200)
committerGitHub <noreply@github.com>
Tue, 11 May 2021 09:40:46 +0000 (10:40 +0100)
commit9b17671f155aa857fb52911d94357147ba2a3ea4
tree47407bb13ec3a355021fe561f2177a1bc75046bc
parent69409bb8b9e85caf2dd63f9b76f0aa920feaf4f1
Support HTTP/2 prior-knowledge, using `httpx.Client(http1=False, http2=True)`. (#1624)

* Pass flag http1 to httpcore.

* Update httpcore version, reorder parameter list

Co-authored-by: ebertli <bert.lindemann@ericsson.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
httpx/_client.py
httpx/_transports/default.py
setup.py