summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-11-17 18:47:21 -0500
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2014-11-17 18:47:25 -0500
commitf9d0b94c408aa6f127101c6c66aa132bcd0cb6fa (patch)
tree9c3fa4637c21d33484ffc79a772ce3ec1cf3febd
parentedfa12c7c9fdaf5c9324d5c569e909569c825221 (diff)
downloadoslo-middleware-f9d0b94c408aa6f127101c6c66aa132bcd0cb6fa.tar.gz
Flesh out the README
Add details to the README on what can be done with the library Closes-Bug: #1391551 Change-Id: I251609f1e5b33fe5eadf3bd85c7166305ec3bcb3
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index aa5aa5f..bcbb2ed 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,10 @@
oslo.middleware
===================================
-oslo.middleware library
+Oslo middleware library includes components that can be injected into
+wsgi pipelines to intercept request/response flows. The base class can be
+enhanced with functionality like add/delete/modification of http headers
+and support for limiting size/connection etc.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslo.middleware