.gitignore
.strictacode.yml
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/new_version.yml
.github/workflows/notify.yml
.github/workflows/publish.yml
.github/workflows/strictacode.yml
.github/workflows/tests.yml
.goga/config.yml
.goga/tools/mkdocs/traceability.yml
.goga/usages/conventions.md
.goga/usages/cooks/httpx.md
.goga/usages/cooks/requests.md
.goga/workflows/bugfix.yml
.goga/workflows/feature.yml
.goga/workflows/patch.yml
.goga/workflows/review.yml
docs/index.md
docs/architecture/adapters.md
docs/guide/clients.md
docs/guide/polling.md
docs/guide/reload.md
docs/guide/responses.md
docs/overrides/main.html
docs/reference/http-surface.md
resq/CODEMANIFEST
resq/__init__.py
resq.egg-info/PKG-INFO
resq.egg-info/SOURCES.txt
resq.egg-info/dependency_links.txt
resq.egg-info/requires.txt
resq.egg-info/top_level.txt
resq/.usages/getting-started.md
resq/http/CODEMANIFEST
resq/http/__init__.py
resq/http/.usages/overview.md
resq/http/adapters/CODEMANIFEST
resq/http/adapters/__init__.py
resq/http/adapters/adapters.py
resq/http/adapters/.usages/adapters.md
resq/http/clients/CODEMANIFEST
resq/http/clients/__init__.py
resq/http/clients/clients.py
resq/http/clients/.usages/clients.md
resq/http/polling/CODEMANIFEST
resq/http/polling/__init__.py
resq/http/polling/polling.py
resq/http/polling/.usages/polling.md
resq/http/responses/CODEMANIFEST
resq/http/responses/__init__.py
resq/http/responses/responses.py
resq/http/responses/.usages/reload.md
resq/http/responses/.usages/response.md
tests/__init__.py
tests/conftest.py
tests/test_init.py
tests/http/__init__.py
tests/http/conftest.py
tests/http/test_integration.py
tests/http/adapters/__init__.py
tests/http/adapters/test_adapters.py
tests/http/clients/__init__.py
tests/http/clients/test_clients.py
tests/http/polling/__init__.py
tests/http/polling/test_polling.py
tests/http/responses/__init__.py
tests/http/responses/test_responses.py