]> git.ipfire.org Git - thirdparty/httpx.git/commit
Connections
authorTom Christie <tom@tomchristie.com>
Sat, 6 Apr 2019 12:18:39 +0000 (13:18 +0100)
committerTom Christie <tom@tomchristie.com>
Sat, 6 Apr 2019 12:18:39 +0000 (13:18 +0100)
commit86263fa073aa97cc4f11026e9ca81bef12599f1b
tree5559e4a124597b8f658ee18a7ad40e9507f81b5f
parent6a4376b202b339b384c728b6753f8f852b42cac8
Connections
13 files changed:
README.md
httpcore/__init__.py
httpcore/api.py [deleted file]
httpcore/config.py
httpcore/connections.py
httpcore/datastructures.py [new file with mode: 0644]
httpcore/decoders.py
httpcore/models.py [deleted file]
httpcore/pool.py [new file with mode: 0644]
requirements.txt
tests/conftest.py [new file with mode: 0644]
tests/test_api.py
tests/test_responses.py