OpenStack middleware library
Go to file
melissaml 2c035c5f1a Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can
generate translation files without them.

Change-Id: I39beb972383622d4c4a3b17cb9c3d30674bca5bc
2020-05-15 11:16:23 +08:00
doc Cleanup py27 support 2020-04-13 11:16:21 +02:00
oslo [fix-compat] More definitions for oslo.middleware 2015-12-12 19:18:33 +00:00
oslo_middleware Cleanup py27 support 2020-04-13 11:16:21 +02:00
releasenotes Update master for stable/ussuri 2020-04-14 10:15:48 +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
.stestr.conf Switch to stestr 2018-07-04 08:20:45 +07:00
.zuul.yaml Add Python3 victoria unit tests 2020-04-14 10:15:50 +00:00
CONTRIBUTING.rst Optimize the link address 2017-04-15 10:13:47 +08: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
lower-constraints.txt Use unittest.mock instead of third party mock 2020-03-31 14:32:21 -05:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-30 13:45:14 +08:00
requirements.txt Do not use the deprecated best_match() method 2019-03-28 21:32:21 +01: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 Cleanup py27 support 2020-04-13 11:16:21 +02:00
tox.ini Bump default tox env from py37 to py38 2020-04-24 10:25:50 -05: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.