diff options
author | Davanum Srinivas <dims@linux.vnet.ibm.com> | 2014-11-17 18:47:21 -0500 |
---|---|---|
committer | Davanum Srinivas <dims@linux.vnet.ibm.com> | 2014-11-17 18:47:25 -0500 |
commit | f9d0b94c408aa6f127101c6c66aa132bcd0cb6fa (patch) | |
tree | 9c3fa4637c21d33484ffc79a772ce3ec1cf3febd /README.rst | |
parent | edfa12c7c9fdaf5c9324d5c569e909569c825221 (diff) | |
download | oslo-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
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |