diff options
Diffstat (limited to 'python/python3-webob/README')
| -rw-r--r-- | python/python3-webob/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-webob/README b/python/python3-webob/README new file mode 100644 index 0000000000..cc77ee1853 --- /dev/null +++ b/python/python3-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. |
