Skip to content

Pylons/webob

Folders and files

NameName
Last commit message
Last commit date
Oct 26, 2024
Feb 24, 2024
Aug 14, 2024
Aug 14, 2024
Oct 18, 2024
Oct 16, 2018
Apr 5, 2018
Feb 24, 2024
Aug 14, 2024
Nov 16, 2022
Feb 24, 2024
Nov 21, 2022
Mar 16, 2017
Oct 19, 2024
Oct 26, 2024
Oct 18, 2024
Oct 26, 2024
Oct 26, 2024

Repository files navigation

WebOb

main CI Status Documentation Status

WebOb provides objects for HTTP requests and responses. Specifically it does this by wrapping the WSGI request environment and response status/headers/app_iter(body).

The request and response objects provide many conveniences for parsing HTTP request and forming HTTP responses. Both objects are read/write: as a result, WebOb is also a nice way to create HTTP requests and parse HTTP responses.

Support and Documentation

See the WebOb Documentation website to view documentation, report bugs, and obtain support.

License

WebOb is offered under the MIT-license.

Authors

WebOb was authored by Ian Bicking and is currently maintained by the Pylons Project and a team of contributors.