OpenStack middleware library
67a0a3906c
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]
|
||
---|---|---|
doc | ||
oslo_middleware | ||
releasenotes | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pre-commit-config.yaml | ||
.stestr.conf | ||
.zuul.yaml | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
oslo.middleware
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.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.middleware/latest/
- Source: https://opendev.org/openstack/oslo.middleware
- Bugs: https://bugs.launchpad.net/oslo.middleware
- Release notes: https://docs.openstack.org/releasenotes/oslo.middleware/