LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
httpx_socks/__init__.py
httpx_socks/_async_proxy.py
httpx_socks/_async_transport.py
httpx_socks/_sync_proxy.py
httpx_socks/_sync_stream.py
httpx_socks/_sync_transport.py
httpx_socks.egg-info/PKG-INFO
httpx_socks.egg-info/SOURCES.txt
httpx_socks.egg-info/dependency_links.txt
httpx_socks.egg-info/requires.txt
httpx_socks.egg-info/top_level.txt
tests/__init__.py
tests/config.py
tests/conftest.py
tests/http_app2.py
tests/http_server.py
tests/mocks.py
tests/proxy_server.py
tests/test_transport_asyncio.py
tests/test_transport_sync.py
tests/test_transport_trio.py
tests/utils.py