Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pylons/webob
WSGI request and response objects
https://github.com/Pylons/webob
Last synced: 30 days ago
JSON representation
WSGI request and response objects
- Host: GitHub
- URL: https://github.com/Pylons/webob
- Owner: Pylons
- Created: 2011-09-17T19:32:24.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T05:14:23.000Z (about 2 months ago)
- Last Synced: 2024-10-29T22:53:44.052Z (about 2 months ago)
- Language: Python
- Homepage: https://webob.org/
- Size: 4.45 MB
- Stars: 433
- Watchers: 20
- Forks: 187
- Open Issues: 43
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- Contributing: contributing.md
Awesome Lists containing this project
README
WebOb
=====.. image:: https://github.com/Pylons/webob/workflows/Build%20and%20test/badge.svg?branch=main
:target: https://github.com/Pylons/webob/actions?query=workflow%3A%22Build+and+test%22
:alt: main CI Status.. image:: https://readthedocs.org/projects/webob/badge/?version=stable
:target: https://docs.pylonsproject.org/projects/webob/en/stable/
:alt: Documentation StatusWebOb 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.