LICENSE
MANIFEST.in
Makefile
README
setup.cfg
setup.py
docs/.gitignore
docs/Makefile
docs/conf.py
docs/http_client.rst
docs/httplib2.rst
docs/index.rst
docs/interceptor.rst
docs/requests.rst
docs/urllib.rst
docs/urllib3.rst
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/http_client.doctree
docs/_build/doctrees/httplib2.doctree
docs/_build/doctrees/index.doctree
docs/_build/doctrees/interceptor.doctree
docs/_build/doctrees/requests.doctree
docs/_build/doctrees/urllib.doctree
docs/_build/doctrees/urllib3.doctree
docs/_build/man/wsgi_intercept.1
docs/_static/.gitignore
docs/_templates/.gitignore
wsgi_intercept/__init__.py
wsgi_intercept/_urllib3.py
wsgi_intercept/http_client_intercept.py
wsgi_intercept/httplib2_intercept.py
wsgi_intercept/interceptor.py
wsgi_intercept/requests_intercept.py
wsgi_intercept/urllib3_intercept.py
wsgi_intercept/urllib_intercept.py
wsgi_intercept.egg-info/PKG-INFO
wsgi_intercept.egg-info/SOURCES.txt
wsgi_intercept.egg-info/dependency_links.txt
wsgi_intercept.egg-info/requires.txt
wsgi_intercept.egg-info/top_level.txt
wsgi_intercept/tests/__init__.py
wsgi_intercept/tests/install.py
wsgi_intercept/tests/test_http_client.py
wsgi_intercept/tests/test_httplib2.py
wsgi_intercept/tests/test_interceptor.py
wsgi_intercept/tests/test_module_interceptor.py
wsgi_intercept/tests/test_requests.py
wsgi_intercept/tests/test_response_headers.py
wsgi_intercept/tests/test_urllib.py
wsgi_intercept/tests/test_urllib3.py
wsgi_intercept/tests/test_wsgi_compliance.py
wsgi_intercept/tests/wsgi_app.py