.gitignore .travis.yml CHANGES.txt HISTORY.txt README.rst contributing.md rtd.txt setup.cfg setup.py tox.ini toxfast.ini WebOb.egg-info/PKG-INFO WebOb.egg-info/SOURCES.txt WebOb.egg-info/dependency_links.txt WebOb.egg-info/requires.txt WebOb.egg-info/top_level.txt WebOb.egg-info/zip-safe docs/Makefile docs/changes.txt docs/comment-example.txt docs/conf.py docs/differences.txt docs/do-it-yourself.txt docs/doctests.py docs/file-example.txt docs/index.txt docs/jsonrpc-example.txt docs/license.txt docs/reference.txt docs/whatsnew-1.5.txt docs/whatsnew-1.6.txt docs/wiki-example.txt docs/_static/.empty docs/api/client.txt docs/api/cookies.txt docs/api/dec.txt docs/api/exceptions.txt docs/api/multidict.txt docs/api/request.txt docs/api/response.txt docs/api/static.txt docs/api/webob.txt docs/comment-example-code/example.py docs/file-example-code/test-file.txt docs/jsonrpc-example-code/jsonrpc.py docs/jsonrpc-example-code/test_jsonrpc.py docs/jsonrpc-example-code/test_jsonrpc.txt docs/wiki-example-code/example.py tests/__init__.py tests/conftest.py tests/performance_test.py tests/test_acceptparse.py tests/test_byterange.py tests/test_cachecontrol.py tests/test_client.py tests/test_client_functional.py tests/test_compat.py tests/test_cookies.py tests/test_cookies_bw.py tests/test_datetime_utils.py tests/test_dec.py tests/test_descriptors.py tests/test_etag.py tests/test_etag_nose.py tests/test_exc.py tests/test_headers.py tests/test_in_wsgiref.py tests/test_misc.py tests/test_multidict.py tests/test_request.py tests/test_request_nose.py tests/test_response.py tests/test_static.py tests/test_transcode.py tests/test_util.py webob/__init__.py webob/acceptparse.py webob/byterange.py webob/cachecontrol.py webob/client.py webob/compat.py webob/cookies.py webob/datetime_utils.py webob/dec.py webob/descriptors.py webob/etag.py webob/exc.py webob/headers.py webob/multidict.py webob/request.py webob/response.py webob/static.py webob/util.py