wok diff python-webob/description.txt @ rev 25397

updated viewnior (1.7 -> 1.8)
author Hans-G?nter Theisgen
date Tue Aug 02 10:30:16 2022 +0100 (22 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-webob/description.txt	Tue Aug 02 10:30:16 2022 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +WebOb provides objects for HTTP requests and responses.
     1.5 +Specifically it does this by wrapping the WSGI request environment
     1.6 +and response status/headers/app_iter(body).
     1.7 +
     1.8 +The request and response objects provide many conveniences for parsing
     1.9 +HTTP request and forming HTTP responses.
    1.10 +Both objects are read/write: as a result, WebOb is also a nice way to
    1.11 +create HTTP requests and parse HTTP responses.