OpenStack middleware library
Go to file
2015-09-25 11:03:15 +00:00
doc/source Merge "Include changelog/history in docs" 2015-09-25 11:03:15 +00:00
oslo Revert "Remove oslo namespace package" 2015-06-09 17:40:54 +00:00
oslo_middleware Fix typos in docstring 2015-09-25 10:02:16 +02:00
oslo.middleware/locale Imported Translations from Zanata 2015-09-16 18:48:19 +00:00
tests Remove usage of oslo.config global 2015-08-07 08:22:42 +02:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:43:13 +00: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 Add shields.io version/downloads links/badges into README.rst 2015-09-24 12:51:44 -07:00
requirements.txt Updated from global requirements 2015-09-17 12:16:06 +00:00
setup.cfg Split option discovery function by middleware 2015-08-27 06:06:44 -04: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 Add tox target to find missing requirements 2015-06-26 07:27:55 -04:00

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.