OpenStack middleware library
Go to file
ChangBo Guo(gcb) 33a57f217a Remove python 2.6 classifier
Change-Id: I9fbc3b649f93e320da886fe9e9688aba8d77752d
2015-11-17 14:48:38 +08:00
doc/source Add oslo_config program support to paste middleware 2015-11-13 15:00:48 -08:00
oslo.middleware/locale Imported Translations from Zanata 2015-10-23 06:00:50 +00:00
oslo_middleware Merge "Define entry points for filter factories for Paste Deployment" 2015-11-16 22:20:12 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:23:48 -04:00
.gitignore Fix coverage configuration and execution 2015-10-05 17:23:48 -04:00
.gitreview exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
.mailmap exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
.testr.conf initial oslo.middleware checkin 2014-06-24 18:14:05 -04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
HACKING.rst Fixed syntax of the HACKING.rst file 2014-07-22 15:59:09 +02:00
LICENSE exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
MANIFEST.in Adds missing files 2015-02-09 15:49:41 +01:00
README.rst Add shields.io version/downloads links/badges into README.rst 2015-09-24 12:51:44 -07:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
requirements.txt Updated from global requirements 2015-10-23 18:48:55 +00:00
setup.cfg Remove python 2.6 classifier 2015-11-17 14:48:38 +08:00
setup.py Updated from global requirements 2015-09-17 12:16:06 +00:00
test-requirements.txt Updated from global requirements 2015-08-04 00:48:21 +00:00
tox.ini Remove python 2.6 and cleanup tox.ini 2015-11-16 00:42:19 +00:00

README.rst

oslo.middleware

Latest Version

Downloads

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.