OpenStack middleware library
Go to file
Tony Breeds fa815cfb2f Add Constraints support
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove oslo.middleware.

Change-Id: I069e64daf9558147fdab947341411b58770d3506
2016-12-20 14:33:43 +11:00
doc/source Suggest to use egg based filter_factory rather than fragile full path 2016-11-29 14:43:22 +01:00
oslo [fix-compat] More definitions for oslo.middleware 2015-12-12 19:18:33 +00:00
oslo_middleware Merge "Filter X-Auth-Token in catch_errors" 2016-12-07 10:03:29 +00:00
releasenotes Enable release notes translation 2016-11-16 10:21:15 +08:00
tools Add Constraints support 2016-12-20 14:33:43 +11:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:23:48 -04:00
.gitignore Add reno for release notes management 2016-06-30 09:58:08 +00: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 Updated from global requirements 2016-11-09 04:22:55 +00:00
setup.cfg Transform healthcheck from filter to an application 2016-12-01 11:16:12 +01:00
setup.py Updated from global requirements 2015-09-17 12:16:06 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:39:17 +00:00
tox.ini Add Constraints support 2016-12-20 14:33:43 +11: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.