OpenStack middleware library
Go to file
Takashi Kajinami 67a0a3906c Make ConfigInvalid generic
The ConfigInvalid class is now used not only by basicauth middleware
but also by healthcheck middleware. Move it out from basicauth
middleware to a common place.

This change also address a few follow-up items of [1].

[1] 01cd608104

Change-Id: I1865cbfe6ff22ffb7db57cf685e340de4a3568d4
2024-07-04 11:49:52 +09:00
doc Add a enabled by files healthcheck plugin 2024-07-03 15:55:15 +02:00
oslo_middleware Make ConfigInvalid generic 2024-07-04 11:49:52 +09:00
releasenotes Add a enabled by files healthcheck plugin 2024-07-03 15:55:15 +02:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:23:48 -04:00
.gitignore ignore reno generated artifacts 2020-09-22 11:18:45 +02: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 pre-commit: Integrate bandit 2024-03-29 10:34:19 +09:00
.stestr.conf Switch to stestr 2018-07-04 08:20:45 +07:00
.zuul.yaml Moves supported python runtimes from version 3.8 to 3.10 2023-04-10 12:59:22 +09: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
requirements.txt Remove old excludes 2024-05-01 11:37:30 +09:00
setup.cfg Add a enabled by files healthcheck plugin 2024-07-03 15:55:15 +02:00
setup.py remove outdated header 2020-02-10 18:35:35 +01:00
test-requirements.txt Remove old excludes 2024-05-01 11:37:30 +09:00
tox.ini pre-commit: Integrate bandit 2024-03-29 10:34:19 +09: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.