wok view python-webob/description.txt @ rev 25320

updated sqlite, sqlite-dev, libsqlite and libsqlite-tcl (3.32.1 -> 3.39.2)
author Hans-G?nter Theisgen
date Fri Jul 22 07:37:22 2022 +0100 (23 months ago)
parents
children
line source
1 WebOb provides objects for HTTP requests and responses.
2 Specifically it does this by wrapping the WSGI request environment
3 and response status/headers/app_iter(body).
5 The request and response objects provide many conveniences for parsing
6 HTTP request and forming HTTP responses.
7 Both objects are read/write: as a result, WebOb is also a nice way to
8 create HTTP requests and parse HTTP responses.