mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
1be6f4baaf
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://pythonpaste.org/webob/
9 lines
283 B
Plaintext
9 lines
283 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.
|
|
|
|
WWW: http://pythonpaste.org/webob/
|