webob.dec — WSGIfy decorator Decorator webob.dec — WSGIfy decorator Decorators to wrap functions to make them WSGI applications. The main decorator wsgify turns a function ...
What’s New in WebOb 1.7 Compatibility Backwards Incompatibility Feature Bugfix What’s New in WebOb 1.7 Compatibility WebOb is no longer supported on Python 2.6 and PyPy3. ...
What’s New in WebOb 1.5 Backwards Incompatibilities Features Bug Fixes Documentation Changes What’s New in WebOb 1.5 Backwards Incompatibilities Response.set_cookie renam...
Differences Between WebOb and Other Systems paste.wsgiwrappers and Pylons Request Response Django Request QueryDict Response Response Subclasses CherryPy/TurboGears Request...
WebOb File-Serving Example WebOb File-Serving Example This document shows how you can make a static-file-serving application using WebOb. We’ll quickly build this up from minima...
What’s New in WebOb 1.6 Compatibility Security Features Bugfixes What’s New in WebOb 1.6 Compatibility Python 3.2 is no longer a supported platform by WebOb Security ex...
What’s New in WebOb 1.5 Backwards Incompatibilities Features Bug Fixes Documentation Changes What’s New in WebOb 1.5 Backwards Incompatibilities Response.set_cookie renam...
Differences Between WebOb and Other Systems paste.wsgiwrappers and Pylons Request Response Django Request QueryDict Response Response Subclasses CherryPy/TurboGears Request...
What’s New in WebOb 1.8 Feature Compatibility Backwards Incompatibilities Experimental Features Bugfix What’s New in WebOb 1.8 Feature Request.POST now supports any requ...
webob.static — Serving static files webob.static — Serving static files class webob.static.FileApp (filename, \*kw*) An application that will send the file at the given filen...