OpenStack middleware library
Go to file
Ronald Bradford 1c72e1869d Fix coverage configuration and execution
A number of configuration errors prevent the successful creation of code
coverage. This corrects the .coveragerc source/omit setup and the tox
package name generation.

http://lists.openstack.org/pipermail/openstack-dev/2015-October/076193.html

Change-Id: I2ee48d5b987cc26fe2de6d538ab278821100b278
2015-10-05 17:23:48 -04: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 ssl: deprecated in favor of http_proxy_to_wsgi 2015-09-29 15:47:41 +02:00
oslo.middleware/locale Imported Translations from Zanata 2015-09-26 06:00:29 +00:00
tests Remove usage of oslo.config global 2015-08-07 08:22:42 +02: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
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 ssl: deprecated in favor of http_proxy_to_wsgi 2015-09-29 15:47:41 +02: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-09-17 12:16:06 +00:00
test-requirements.txt Updated from global requirements 2015-08-04 00:48:21 +00:00
tox.ini Fix coverage configuration and execution 2015-10-05 17:23:48 -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.