- Notifications
You must be signed in to change notification settings - Fork193
WSGI request and response objects
NotificationsYou must be signed in to change notification settings
Pylons/webob
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
WebOb provides objects for HTTP requests and responses. Specificallyit does this by wrapping theWSGI requestenvironment and response status/headers/app_iter(body).
The request and response objects provide many conveniences for parsingHTTP request and forming HTTP responses. Both objects are read/write:as a result, WebOb is also a nice way to create HTTP requests andparse HTTP responses.
See theWebOb Documentation website to viewdocumentation, report bugs, and obtain support.
WebOb is offered under theMIT-license.
WebOb was authored by Ian Bicking and is currently maintained by thePylonsProject and a team of contributors.
About
WSGI request and response objects
Resources
Security policy
Stars
Watchers
Forks
Packages0
No packages published