]> git.ipfire.org Git - thirdparty/httpx.git/commit
Renaming -> httpx (#129)
authorTom Christie <tom@tomchristie.com>
Fri, 19 Jul 2019 14:15:16 +0000 (15:15 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2019 14:15:16 +0000 (15:15 +0100)
commit2d09d5b36c108f7d669c13e87e0958a1833a6422
tree10368e605da93ff278a732f3f8a4516cafeffabf
parent0e8dae4815327462345e36326f218a36dc6aa3aa
Renaming -> httpx (#129)

* Renaming -> httpx

* Renaming to httpx
61 files changed:
README.md
docs/advanced.md
docs/api.md
docs/async.md
docs/compatibility.md
docs/img/logo.jpg [new file with mode: 0644]
docs/index.md
docs/parallel.md
docs/quickstart.md
httpx/__init__.py [moved from http3/__init__.py with 100% similarity]
httpx/__version__.py [moved from http3/__version__.py with 81% similarity]
httpx/api.py [moved from http3/api.py with 100% similarity]
httpx/auth.py [moved from http3/auth.py with 100% similarity]
httpx/client.py [moved from http3/client.py with 100% similarity]
httpx/concurrency.py [moved from http3/concurrency.py with 100% similarity]
httpx/config.py [moved from http3/config.py with 99% similarity]
httpx/decoders.py [moved from http3/decoders.py with 100% similarity]
httpx/dispatch/__init__.py [moved from http3/dispatch/__init__.py with 100% similarity]
httpx/dispatch/asgi.py [moved from http3/dispatch/asgi.py with 98% similarity]
httpx/dispatch/connection.py [moved from http3/dispatch/connection.py with 100% similarity]
httpx/dispatch/connection_pool.py [moved from http3/dispatch/connection_pool.py with 100% similarity]
httpx/dispatch/http11.py [moved from http3/dispatch/http11.py with 100% similarity]
httpx/dispatch/http2.py [moved from http3/dispatch/http2.py with 100% similarity]
httpx/dispatch/threaded.py [moved from http3/dispatch/threaded.py with 100% similarity]
httpx/dispatch/wsgi.py [moved from http3/dispatch/wsgi.py with 97% similarity]
httpx/exceptions.py [moved from http3/exceptions.py with 100% similarity]
httpx/interfaces.py [moved from http3/interfaces.py with 100% similarity]
httpx/models.py [moved from http3/models.py with 100% similarity]
httpx/multipart.py [moved from http3/multipart.py with 100% similarity]
httpx/status_codes.py [moved from http3/status_codes.py with 100% similarity]
httpx/utils.py [moved from http3/utils.py with 100% similarity]
mkdocs.yml
scripts/clean
scripts/lint
scripts/publish
scripts/test
tests/client/test_async_client.py
tests/client/test_auth.py
tests/client/test_client.py
tests/client/test_cookies.py
tests/client/test_redirects.py
tests/dispatch/test_connection_pools.py
tests/dispatch/test_connections.py
tests/dispatch/test_http2.py
tests/dispatch/test_threaded.py
tests/dispatch/utils.py
tests/models/test_cookies.py
tests/models/test_headers.py
tests/models/test_queryparams.py
tests/models/test_requests.py
tests/models/test_responses.py
tests/models/test_url.py
tests/test_api.py
tests/test_asgi.py
tests/test_config.py
tests/test_decoders.py
tests/test_multipart.py
tests/test_status_codes.py
tests/test_timeouts.py
tests/test_utils.py
tests/test_wsgi.py