wok annotate python-webob/description.txt @ rev 25857

Fix reset menu.xml symlink when upgrade slitaz-configs
author Stanislas Leduc <shann@slitaz.org>
date Thu Aug 07 17:10:52 2025 +0000 (3 weeks ago)
parents
children
rev   line source
Hans-Günter@25248 1 WebOb provides objects for HTTP requests and responses.
Hans-Günter@25248 2 Specifically it does this by wrapping the WSGI request environment
Hans-Günter@25248 3 and response status/headers/app_iter(body).
Hans-Günter@25248 4
Hans-Günter@25248 5 The request and response objects provide many conveniences for parsing
Hans-Günter@25248 6 HTTP request and forming HTTP responses.
Hans-Günter@25248 7 Both objects are read/write: as a result, WebOb is also a nice way to
Hans-Günter@25248 8 create HTTP requests and parse HTTP responses.