7 lines
247 B
Plaintext
7 lines
247 B
Plaintext
|
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.
|