https://github.com/faucetsdn/python3-webob
https://github.com/faucetsdn/python3-webob
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/faucetsdn/python3-webob
- Owner: faucetsdn
- Created: 2021-11-30T01:04:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T01:49:17.000Z (over 3 years ago)
- Last Synced: 2024-04-16T04:04:16.184Z (about 1 year ago)
- Language: Python
- Size: 288 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- Contributing: contributing.md
Awesome Lists containing this project
README
WebOb
=====.. image:: https://travis-ci.org/Pylons/webob.png?branch=master
:target: https://travis-ci.org/Pylons/webob.. 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.