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

BootProg/boot32.asm: add int 21h services 02h, 09h, 25h, 35h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 17:36:15 2024 +0000 (8 days 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.