From 4f5dee94636ab7d9ffb5086d817b17a4e7b5e67b Mon Sep 17 00:00:00 2001 From: "R. S. Ananda Murthy" Date: Sat, 14 Jun 2014 07:41:17 +0700 Subject: libraries/WebOb: Added (Library wrappers around the WSGI). Signed-off-by: Willy Sudiarto Raharjo --- libraries/WebOb/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libraries/WebOb/README (limited to 'libraries/WebOb/README') diff --git a/libraries/WebOb/README b/libraries/WebOb/README new file mode 100644 index 0000000000000..4707ac17b14ff --- /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. -- cgit v1.2.3