OpenStack middleware library
Go to file
gordon chung e11c08eef8 add missing shortcut for HTTPProxyToWSGI middleware
we should've added a shortcut to oslo_middleware/__init__ to hide path.

additionally we shouldn't have added Middleware to class name as it's
redundant

Change-Id: Id581180c24006aa142eb8bf086eb7fc42835cff5
Closes-Bug: #1514507
2015-11-09 13:31:59 -05: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/locale Imported Translations from Zanata 2015-10-23 06:00:50 +00:00
oslo_middleware add missing shortcut for HTTPProxyToWSGI middleware 2015-11-09 13:31:59 -05: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
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 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

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.