]> git.ipfire.org Git - thirdparty/httpx.git/commit
Restructuring
authorTom Christie <tom@tomchristie.com>
Mon, 29 Apr 2019 10:54:48 +0000 (11:54 +0100)
committerTom Christie <tom@tomchristie.com>
Mon, 29 Apr 2019 10:54:48 +0000 (11:54 +0100)
commite09fc3741f8b5f311a463634afcef0f3cfd97243
tree1009e135b73c57d5563c89479dcad1dbbcc4dbbb
parentfe43c08adccfe309135aaf6fdbce82db9587d5c2
Restructuring
21 files changed:
httpcore/__init__.py
httpcore/adapters/__init__.py [new file with mode: 0644]
httpcore/adapters/authentication.py [moved from httpcore/auth.py with 78% similarity]
httpcore/adapters/cookies.py [moved from httpcore/cookies.py with 85% similarity]
httpcore/adapters/environment.py [moved from httpcore/environment.py with 90% similarity]
httpcore/adapters/redirects.py [moved from httpcore/redirects.py with 77% similarity]
httpcore/client.py
httpcore/config.py
httpcore/dispatch/__init__.py [new file with mode: 0644]
httpcore/dispatch/connection.py [moved from httpcore/connection.py with 91% similarity]
httpcore/dispatch/connection_pool.py [moved from httpcore/connection_pool.py with 96% similarity]
httpcore/dispatch/http11.py [moved from httpcore/http11.py with 93% similarity]
httpcore/dispatch/http2.py [moved from httpcore/http2.py with 94% similarity]
httpcore/interfaces.py [moved from httpcore/adapters.py with 60% similarity]
httpcore/models.py
httpcore/status_codes.py
httpcore/streams.py
httpcore/structures.py [deleted file]
httpcore/sync.py
httpcore/utils.py
tests/adapters/test_redirects.py [new file with mode: 0644]