]> git.ipfire.org Git - thirdparty/httpx.git/commit
Include host header directly (#109)
authorTom Christie <tom@tomchristie.com>
Thu, 27 Jun 2019 15:46:13 +0000 (16:46 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2019 15:46:13 +0000 (16:46 +0100)
commit5539b69ac26309bbb755bfb4c766d1e86c80ea1f
treef71a385a1314e536d79029669f07ddd8b9d84eae
parent04cb3a6d98872b62a68f3c1218f55844949c9346
Include host header directly (#109)

* Improve HTTP protocol detection

* Include host header when request is instantiated

* Add raise_app_exceptions

* Tweaks to ASGI dispatching

* Linting

* Don't quote multipart values

* Tweak decoder ordering in header

* Allow str data in request bodys
http3/client.py
http3/decoders.py
http3/dispatch/asgi.py
http3/dispatch/http11.py
http3/dispatch/http2.py
http3/dispatch/wsgi.py
http3/models.py
http3/multipart.py