Cargo.toml
LICENSE.md
MANIFEST.in
README.md
pyproject.toml
src/async_client.rs
src/auth.rs
src/error.rs
src/headers.rs
src/lib.rs
src/method.rs
src/proxy.rs
src/response.rs
src/sync_client.rs
src/gufo/http/__init__.py
src/gufo/http/_fast.pyi
src/gufo/http/async_client.py
src/gufo/http/httpd.py
src/gufo/http/py.typed
src/gufo/http/sync_client.py
src/gufo/http/util.py
src/gufo_http.egg-info/PKG-INFO
src/gufo_http.egg-info/SOURCES.txt
src/gufo_http.egg-info/dependency_links.txt
src/gufo_http.egg-info/not-zip-safe
src/gufo_http.egg-info/requires.txt
src/gufo_http.egg-info/top_level.txt
tests/test_async_client.py
tests/test_ci.py
tests/test_docs.py
tests/test_project.py
tests/test_sync_client.py
tests/test_types.py
tests/test_util.py