]> git.ipfire.org Git - thirdparty/httpx.git/commit
First pass at HTTP/2 support
authorTom Christie <tom@tomchristie.com>
Wed, 24 Apr 2019 14:48:18 +0000 (15:48 +0100)
committerTom Christie <tom@tomchristie.com>
Wed, 24 Apr 2019 14:48:18 +0000 (15:48 +0100)
commit53f3dc4a6628dabe2732fe7dfec334dacb235da9
tree29eb0e8a616d771c6466513451ef3e6e9c3d8441
parent91a2a1b8968bceae16e3cdcbae396dd212cdf7da
First pass at HTTP/2 support
httpcore/__init__.py
httpcore/config.py
httpcore/connection.py [new file with mode: 0644]
httpcore/connectionpool.py
httpcore/datastructures.py
httpcore/http11.py
httpcore/http2.py [new file with mode: 0644]
requirements.txt
tests/test_connections.py
tests/test_requests.py