OpenStack middleware library
Go to file
Davanum Srinivas 439940ac86 [fix-compat] More definitions for oslo.middleware
Please see I04739bc3987786b4bc1fefc70fabaa69b3de52b4 for
context. Adding the modules is not enough. We need
to expose additional classes in the __init__.py for
oslo.middleware package for grenade to work properly

Change-Id: Ib19bcc47909621260902be31eb14e8240155c7d0
2015-12-12 19:18:33 +00:00
doc/source Switched StrOpt to ListOpt in CORS allowed_origins 2015-11-16 18:07:15 -08:00
oslo [fix-compat] More definitions for oslo.middleware 2015-12-12 19:18:33 +00:00
oslo.middleware/locale Imported Translations from Zanata 2015-10-23 06:00:50 +00:00
oslo_middleware Support Unicode request_id on Python 3 2015-11-27 16:43:47 +01: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-12-11 15:24:09 +00:00
setup.cfg Re-Add oslo.middleware namespace for backward compat 2015-12-10 19:52:44 +03:00
setup.py Updated from global requirements 2015-09-17 12:16:06 +00:00
test-requirements.txt Updated from global requirements 2015-11-19 19:17:19 +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.