1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
CHANGELOG
LICENSE
MANIFEST.in
README.md
SECURITY.md
contributing.md
pyproject.toml
requirements-test.txt
requirements.txt
setup.cfg
setup.py
doc/Makefile
doc/conf.py
doc/index.rst
doc/libhttplib2.rst
doc/html/genindex.html
doc/html/index.html
doc/html/libhttplib2.html
doc/html/modindex.html
doc/html/objects.inv
doc/html/search.html
doc/html/searchindex.js
doc/html/searchindex.json
doc/html/_sources/index.txt
doc/html/_sources/libhttplib2.txt
doc/html/_static/basic.css
doc/html/_static/contents.png
doc/html/_static/default.css
doc/html/_static/doctools.js
doc/html/_static/file.png
doc/html/_static/interface.js
doc/html/_static/jquery.js
doc/html/_static/minus.png
doc/html/_static/navigation.png
doc/html/_static/plus.png
doc/html/_static/pygments.css
doc/html/_static/rightsidebar.css
doc/html/_static/searchtools.js
doc/html/_static/sphinxdoc.css
doc/html/_static/stickysidebar.css
doc/html/_static/traditional.css
python2/httplib2/__init__.py
python2/httplib2/auth.py
python2/httplib2/cacerts.txt
python2/httplib2/certs.py
python2/httplib2/error.py
python2/httplib2/iri2uri.py
python2/httplib2/socks.py
python3/README
python3/httplib2/__init__.py
python3/httplib2/auth.py
python3/httplib2/cacerts.txt
python3/httplib2/certs.py
python3/httplib2/error.py
python3/httplib2/iri2uri.py
python3/httplib2/socks.py
python3/httplib2.egg-info/PKG-INFO
python3/httplib2.egg-info/SOURCES.txt
python3/httplib2.egg-info/dependency_links.txt
python3/httplib2.egg-info/requires.txt
python3/httplib2.egg-info/top_level.txt
tests/__init__.py
tests/fuzz_request.py
tests/fuzz_url.py
tests/test_auth.py
tests/test_cacerts_from_env.py
tests/test_cache.py
tests/test_encoding.py
tests/test_http.py
tests/test_https.py
tests/test_other.py
tests/test_proxy.py
tests/test_test_helpers.py
tests/test_uri.py
tests/_TODO_legacy/python2/__init__.py
tests/_TODO_legacy/python2/httplib2test_appengine.py
tests/_TODO_legacy/python2/miniserver.py
tests/_TODO_legacy/python2/other_cacerts.txt
tests/_TODO_legacy/python2/smoke_test.py
tests/_TODO_legacy/python2/test_no_socket.py
tests/_TODO_legacy/python2/test_ssl_context.py
tests/_TODO_legacy/python2/functional/test_proxies.py
tests/tls/ca.key
tests/tls/ca.pem
tests/tls/ca.srl
tests/tls/ca_unused.pem
tests/tls/client.crt
tests/tls/client.key
tests/tls/client.pem
tests/tls/client_chain.pem
tests/tls/client_encrypted.crt
tests/tls/client_encrypted.key
tests/tls/client_encrypted.pem
tests/tls/server.crt
tests/tls/server.key
tests/tls/server.pem
tests/tls/server_chain.pem
|