LICENSE
README.md
pyproject.toml
src/tlsreq/__init__.py
src/tlsreq/chrome_h2.py
src/tlsreq/errors.py
src/tlsreq/fingerprints.py
src/tlsreq/install_utls.py
src/tlsreq/py.typed
src/tlsreq/response.py
src/tlsreq/session.py
src/tlsreq/utls_release.py
src/tlsreq.egg-info/PKG-INFO
src/tlsreq.egg-info/SOURCES.txt
src/tlsreq.egg-info/dependency_links.txt
src/tlsreq.egg-info/entry_points.txt
src/tlsreq.egg-info/requires.txt
src/tlsreq.egg-info/top_level.txt
src/tlsreq/backends/__init__.py
src/tlsreq/backends/_httpx_patch.py
src/tlsreq/backends/_niquests_patch.py
src/tlsreq/backends/base.py
src/tlsreq/backends/curl_cffi.py
src/tlsreq/backends/httpx.py
src/tlsreq/backends/niquests.py
src/tlsreq/backends/wreq.py
tests/test_api.py
tests/test_fingerprints.py
tests/test_httpx_h2.py
tests/test_live_peet.py