diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2014-06-14 07:41:17 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-06-18 16:18:58 -0500 |
commit | 4f5dee94636ab7d9ffb5086d817b17a4e7b5e67b (patch) | |
tree | 64dc9d124338f40285530414e2ab6e73e021140f /libraries/WebOb/README | |
parent | 5b32abd27786b6a0cd4fb81b96d63e9bce4af6c9 (diff) | |
download | slackbuilds-4f5dee94636ab7d9ffb5086d817b17a4e7b5e67b.tar.gz |
libraries/WebOb: Added (Library wrappers around the WSGI).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/WebOb/README')
-rw-r--r-- | libraries/WebOb/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/WebOb/README b/libraries/WebOb/README new file mode 100644 index 0000000000..4707ac17b1 --- /dev/null +++ b/libraries/WebOb/README @@ -0,0 +1,8 @@ +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. |