OpenStack middleware library
Go to file
venkatamahesh 5b085f5d73 Fix the home-page in setup.cfg with Oslo wiki page
The current value is launchpad url which is not
appropriate and so changed to Oslo wikipage

Change-Id: I2a324a072869471d8e7f1ece5e1fdadc1bea568f
2015-09-20 07:53:55 +05:30
doc/source Split option discovery function by middleware 2015-08-27 06:06:44 -04:00
oslo Revert "Remove oslo namespace package" 2015-06-09 17:40:54 +00:00
oslo_middleware Merge "cors: fix wildcard in actual request" 2015-09-10 15:11:46 +00:00
oslo.middleware/locale Imported Translations from Transifex 2015-08-04 06:15:39 +00:00
tests Remove usage of oslo.config global 2015-08-07 08:22:42 +02:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
.gitignore exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -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
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -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
openstack-common.conf Remove run_cross_tests.sh 2015-05-05 19:39:50 +00:00
README.rst Fix bug tracker link in readme 2015-01-07 15:28:25 -05:00
requirements.txt Updated from global requirements 2015-08-27 04:18:13 +00:00
setup.cfg Fix the home-page in setup.cfg with Oslo wiki page 2015-09-20 07:53:55 +05:30
setup.py Updated from global requirements 2015-07-15 01:36:39 +00:00
test-requirements.txt Updated from global requirements 2015-08-04 00:48:21 +00:00
tox.ini Add tox target to find missing requirements 2015-06-26 07:27:55 -04:00

oslo.middleware

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.