OpenStack middleware library
Go to file
Hervé Beraud 672919216b Use TOX_CONSTRAINTS_FILE
UPPER_CONSTRAINTS_FILE is old name and deprecated
This allows to use upper-constraints file as more
readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.

[1] https://review.opendev.org/#/c/722814/
[2] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file

Change-Id: I086b5173b45ef5f4ce6691ad33af7903b0fd78e0
2020-11-04 10:49:23 +01:00
doc Adding pre-commit 2020-09-22 11:17:45 +02:00
oslo [fix-compat] More definitions for oslo.middleware 2015-12-12 19:18:33 +00:00
oslo_middleware Stop to use the __future__ module. 2020-06-02 20:39:44 +02:00
releasenotes Update master for stable/victoria 2020-09-11 20:59:10 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:23:48 -04:00
.gitignore Fix invalid escape sequence warnings 2019-04-11 06:10:18 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:39 +00:00
.mailmap exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
.pre-commit-config.yaml Adding pre-commit 2020-09-22 11:17:45 +02:00
.stestr.conf Switch to stestr 2018-07-04 08:20:45 +07:00
.zuul.yaml Add Python3 wallaby unit tests 2020-09-11 20:59:12 +00:00
CONTRIBUTING.rst Align contributing doc with oslo's policy 2020-05-04 18:26:15 +02:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 23:06:02 +08:00
LICENSE exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-30 13:45:14 +08:00
lower-constraints.txt Merge "Remove the unused coding style modules" 2020-05-25 15:22:20 +00:00
requirements.txt Drop use of six 2020-05-06 07:12:09 -05:00
setup.cfg Remove translation sections from setup.cfg 2020-05-15 11:16:23 +08:00
setup.py remove outdated header 2020-02-10 18:35:35 +01:00
test-requirements.txt Merge "Adding pre-commit" 2020-10-05 16:54:18 +00:00
tox.ini Use TOX_CONSTRAINTS_FILE 2020-11-04 10:49:23 +01: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.