swift/test/unit/container
Michael Barton 5e3e9a882d local WSGI Request and Response classes
This change replaces WebOb with a mostly compatible local library,
swift.common.swob.  Subtle changes to WebOb's API over the years have been a
huge headache.  Swift doesn't even run on the current version.

There are a few incompatibilities to simplify the implementation/interface:
 * It only implements the header properties we use.  More can be easily added.
 * Casts header values to str on assignment.
 * Response classes ("HTTPNotFound") are no longer subclasses, but partials
   on Response, so things like isinstance no longer work on them.
 * Unlike newer webob versions, will never return unicode objects.

Change-Id: I76617a0903ee2286b25a821b3c935c86ff95233f
2012-09-28 14:48:48 -07:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
test_auditor.py updated copyright date for all files 2012-03-19 13:45:34 -05:00
test_replicator.py Fixed bug with container reclaim/report race 2012-06-03 03:23:51 +00:00
test_server.py local WSGI Request and Response classes 2012-09-28 14:48:48 -07:00
test_sync.py Remove swift.common.client from here. 2012-06-07 16:36:49 +02:00
test_updater.py updated copyright date for all files 2012-03-19 13:45:34 -05:00