webob.cookies — Cookies Cookies webob.cookies — Cookies Cookies class webob.cookies.CookieProfile (cookie_name, secure=False, max_age=None, httponly=None, path=’/‘, domains=...
webob.cookies — Cookies Cookies webob.cookies — Cookies Cookies class webob.cookies.CookieProfile (cookie_name, secure=False, max_age=None, httponly=None, samesite=None, pat...
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...
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. ...
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...