]> git.ipfire.org Git - thirdparty/httpx.git/commit
Reorganise structure
authorTom Christie <tom@tomchristie.com>
Wed, 1 May 2019 15:21:04 +0000 (16:21 +0100)
committerTom Christie <tom@tomchristie.com>
Wed, 1 May 2019 15:21:04 +0000 (16:21 +0100)
commit0c6f6182cf0656a574c124200acd3fda58ba0d9c
tree5e8e3a35040a01dcb404882881e6f0eb4fb3aa02
parent2de053eff3df8e68520ef22141cb99afc2cd4bcb
Reorganise structure
13 files changed:
README.md
httpcore/__init__.py
httpcore/adapters/redirects.py
httpcore/backends/__init__.py [new file with mode: 0644]
httpcore/backends/default.py [moved from httpcore/streams.py with 92% similarity]
httpcore/backends/sync.py [moved from httpcore/sync.py with 99% similarity]
httpcore/constants.py [moved from httpcore/status_codes.py with 95% similarity]
httpcore/dispatch/connection.py
httpcore/dispatch/connection_pool.py
httpcore/dispatch/http11.py
httpcore/dispatch/http2.py
httpcore/models.py
httpcore/utils.py