]> git.ipfire.org Git - thirdparty/httpx.git/commit
Rollin'
authorTom Christie <tom@tomchristie.com>
Fri, 26 Apr 2019 16:00:47 +0000 (17:00 +0100)
committerTom Christie <tom@tomchristie.com>
Fri, 26 Apr 2019 16:00:47 +0000 (17:00 +0100)
commit8a29a0a1ad6b9eafce34f810c61b43bb00440448
tree15eb0e4ae701e1d6765a6aff61def1389be649f7
parentfab6fcd397e43e97286ba284816762cf6e7e55c9
Rollin'
16 files changed:
httpcore/__init__.py
httpcore/adapters.py
httpcore/auth.py
httpcore/client.py
httpcore/cookies.py
httpcore/decoders.py
httpcore/exceptions.py
httpcore/http11.py
httpcore/http2.py
httpcore/models.py
httpcore/redirects.py
httpcore/status_codes.py [new file with mode: 0644]
httpcore/structures.py [new file with mode: 0644]
httpcore/sync.py
httpcore/utils.py [new file with mode: 0644]
tests/test_requests.py