# webob
**Repository Path**: mirrors_DataDog/webob
## Basic Information
- **Project Name**: webob
- **Description**: ## Auto-archived due to inactivity. ## WSGI request and response objects
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-11-06
- **Last Updated**: 2026-02-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
WebOb
=====
.. image:: https://travis-ci.com/Pylons/webob.png?branch=master
:target: https://travis-ci.com/Pylons/webob
.. image:: https://readthedocs.org/projects/webob/badge/?version=stable
:target: https://docs.pylonsproject.org/projects/webob/en/stable/
:alt: 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.