LICENSE
README.md
pyproject.toml
snowland_http/__init__.py
snowland_http/client.py
snowland_http/exceptions.py
snowland_http/ratelimit.py
snowland_http/response.py
snowland_http.egg-info/PKG-INFO
snowland_http.egg-info/SOURCES.txt
snowland_http.egg-info/dependency_links.txt
snowland_http.egg-info/requires.txt
snowland_http.egg-info/top_level.txt
snowland_http/backends/__init__.py
snowland_http/backends/aiohttp_backend.py
snowland_http/backends/base.py
snowland_http/backends/httpx_backend.py
snowland_http/backends/requests_backend.py
tests/test_client.py