CONTRIBUTORS
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
netlib/__init__.py
netlib/certutils.py
netlib/encoding.py
netlib/exceptions.py
netlib/odict.py
netlib/socks.py
netlib/tcp.py
netlib/tservers.py
netlib/tutils.py
netlib/utils.py
netlib/version.py
netlib/version_check.py
netlib/wsgi.py
netlib.egg-info/PKG-INFO
netlib.egg-info/SOURCES.txt
netlib.egg-info/dependency_links.txt
netlib.egg-info/not-zip-safe
netlib.egg-info/requires.txt
netlib.egg-info/top_level.txt
netlib/http/__init__.py
netlib/http/authentication.py
netlib/http/cookies.py
netlib/http/headers.py
netlib/http/message.py
netlib/http/request.py
netlib/http/response.py
netlib/http/status_codes.py
netlib/http/user_agents.py
netlib/http/http1/__init__.py
netlib/http/http1/assemble.py
netlib/http/http1/read.py
netlib/http/http2/__init__.py
netlib/http/http2/connections.py
netlib/websockets/__init__.py
netlib/websockets/frame.py
netlib/websockets/protocol.py
test/__init__.py
test/test_certutils.py
test/test_encoding.py
test/test_imports.py
test/test_odict.py
test/test_socks.py
test/test_tcp.py
test/test_utils.py
test/test_version_check.py
test/test_wsgi.py
test/data/dercert
test/data/dhparam.pem
test/data/htpasswd
test/data/server.crt
test/data/server.key
test/data/text_cert
test/data/text_cert_2
test/data/text_cert_weird1
test/data/clientcert/.gitignore
test/data/clientcert/client.cnf
test/data/clientcert/client.pem
test/data/clientcert/make
test/data/verificationcerts/9da13359.0
test/data/verificationcerts/generate.py
test/data/verificationcerts/self-signed.crt
test/data/verificationcerts/self-signed.key
test/data/verificationcerts/trusted-leaf.crt
test/data/verificationcerts/trusted-leaf.key
test/data/verificationcerts/trusted-root.crt
test/data/verificationcerts/trusted-root.key
test/data/verificationcerts/trusted-root.srl
test/http/__init__.py
test/http/test_authentication.py
test/http/test_cookies.py
test/http/test_headers.py
test/http/test_message.py
test/http/test_request.py
test/http/test_response.py
test/http/test_status_codes.py
test/http/test_user_agents.py
test/http/http1/__init__.py
test/http/http1/test_assemble.py
test/http/http1/test_read.py
test/http/http2/__init__.py
test/http/http2/test_connections.py
test/websockets/__init__.py
test/websockets/test_websockets.py