Commit Graph

12 Commits

Author SHA1 Message Date
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
56645b9cb1 Updates swift docs to use correct release PPA.
Changes swift doc references from defunct ppa repo swift-core/ppa to
new swift-core/release repo.  Fixes lp bug 905608.

Change-Id: I58d85b22d8dbcff43b03eb256ad39e03dd208bfc
2011-12-16 20:22:18 -08:00
c9728e7868 Change bzr to swift in getting_started doc.
Fixes #884766.

Change-Id: Id251fa04305352522db22cd27410f0b2e6e9fc06
2011-11-07 17:27:18 +01:00
72bc89c453 Add a "getting swift" section to the getting started doc 2011-03-01 15:24:15 +00:00
e2c0a23839 Added doc strings and pointers to docs for swift3 2011-01-14 13:49:05 -06:00
9dc5ffcd07 Adds multi server install doc 2010-11-04 14:25:23 -05:00
f9bd31b6ba fixed typo 2010-11-04 09:53:02 -05:00
a6ccc44f89 Updated SAIO to point to RHEL instructions on wiki 2010-10-28 17:01:50 -05:00
39a9394751 Modified for edits.
-------------This line and the following will be ignored --------------


modified:
  doc/source/development_auth.rst
  doc/source/getting_started.rst
2010-10-14 13:11:21 -05:00
fe03bebcb0 Corrects a typo in the Getting Started page 2010-09-21 10:56:41 -05:00
3657c08cd3 another typo 2010-07-20 11:17:36 -05:00
99f022aae0 Added getting started documentation and architectural overview 2010-07-20 11:05:10 -05:00