mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
4f5dee9463
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
407 B
Text
8 lines
407 B
Text
WebOb is a Python library that 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, content negotiation and correct handling of
|
|
conditional and range requests.
|
|
|
|
This helps you create rich applications and valid middleware
|
|
without knowing all the complexities of WSGI and HTTP.
|