Skip to content

caton-wang/webob

This branch is 199 commits behind Pylons/webob:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 5, 2018
Sep 6, 2018
Sep 7, 2018
May 23, 2017
Apr 5, 2018
Jan 1, 2018
Sep 6, 2018
Apr 10, 2018
Oct 30, 2017
Mar 16, 2017
Nov 21, 2016
Dec 10, 2016
Aug 16, 2015
May 23, 2017
Apr 5, 2018
Jan 1, 2018

Repository files navigation

WebOb

https://travis-ci.org/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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%