8 lines
271 B
Text
8 lines
271 B
Text
WebOb provides wrappers around the WSGI request environment, and an
|
|
object to help create WSGI responses.
|
|
|
|
The objects map much of the specified behavior of HTTP, including
|
|
header parsing and accessors for other standard parts of the
|
|
environment.
|
|
|
|
WWW: http://webob.org/
|