LICENSE
README.md
pyproject.toml
setup.cfg
celox/__init__.py
celox/abc.py
celox/client.py
celox/connection.py
celox/cookiejar.py
celox/defaults.py
celox/exceptions.py
celox/parser.py
celox/proxy.py
celox/py.typed
celox/request.py
celox/response.py
celox/timeout.py
celox/typedefs.py
celox/util.py
celox.egg-info/PKG-INFO
celox.egg-info/SOURCES.txt
celox.egg-info/dependency_links.txt
celox.egg-info/requires.txt
celox.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_client.py
tests/test_connection.py
tests/test_httpconnection.py
tests/test_parser.py
tests/test_proxy.py
tests/test_response.py
tests/test_util.py