RETIRED, further work has moved to Debian project infrastructure
Go to file
Doug Hellmann a01e0a4b4a remove superfluous random stuff
Change-Id: Idb5ae55971e7f76348c224b1bea5c5e19c6278e0
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-01-16 19:43:04 -05:00
doc/source Deprecate multiple config block parsing. 2016-05-09 07:18:21 -07:00
oslo [fix-compat] More definitions for oslo.middleware 2015-12-12 19:18:33 +00:00
oslo_middleware remove superfluous random stuff 2017-01-16 19:43:04 -05:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:23:48 -04:00
.gitignore Revert "work around doc build error" 2016-02-24 12:22:59 -05: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 Fix the url in the CONTRIBUTING.rst 2015-12-28 16:52:36 +08: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
README.rst Add shields.io version/downloads links/badges into README.rst 2015-09-24 12:51:44 -07:00
requirements.txt Add new middleware to send API data to statsd 2017-01-04 09:23:57 +10:00
setup.cfg Expose sample config opts for http-proxy-to-wsgi 2016-06-08 14:53:36 +10:00
setup.py Updated from global requirements 2015-09-17 12:16:06 +00:00
test-requirements.txt Updated from global requirements 2016-06-21 18:04:29 +00:00
tox.ini Clean up removed hacking rule from [flake8] ignore lists 2016-02-24 00:36:12 +08: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.