zija1504 / webob

WSGI request and response objects

Home Page:https://webob.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebOb

https://travis-ci.com/Pylons/webob.png?branch=master 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.

About

WSGI request and response objects

https://webob.org/


Languages

Language:Python 100.0%