diff options
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. |