.coveragerc
.gitignore
.travis.yml
CHANGES.txt
HISTORY.txt
README.rst
RELEASING.rst
appveyor.yml
contributing.md
rtd.txt
setup.cfg
setup.py
tox.ini
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/whatsnew-1.7.txt
docs/whatsnew-1.8.txt
docs/wiki-example.txt
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/experimental/samesite.txt
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
src/WebOb.egg-info/PKG-INFO
src/WebOb.egg-info/SOURCES.txt
src/WebOb.egg-info/dependency_links.txt
src/WebOb.egg-info/requires.txt
src/WebOb.egg-info/top_level.txt
src/WebOb.egg-info/zip-safe
src/webob/__init__.py
src/webob/acceptparse.py
src/webob/byterange.py
src/webob/cachecontrol.py
src/webob/client.py
src/webob/compat.py
src/webob/cookies.py
src/webob/datetime_utils.py
src/webob/dec.py
src/webob/descriptors.py
src/webob/etag.py
src/webob/exc.py
src/webob/headers.py
src/webob/multidict.py
src/webob/request.py
src/webob/response.py
src/webob/static.py
src/webob/util.py
tests/conftest.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_response.py
tests/test_static.py
tests/test_transcode.py
tests/test_util.py