OpenStack middleware library
Go to file
YuehuiLei 2ec633ccdf setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: Ic9487a052e549a91fcf09b94e5fae525548f8d68
2021-05-05 10:05:47 +08:00
doc remove unicode from code 2021-01-03 16:18:03 +08:00
oslo [fix-compat] More definitions for oslo.middleware 2015-12-12 19:18:33 +00:00
oslo_middleware Merge "Warning about /healthcheck" 2021-04-21 18:29:51 +00:00
releasenotes Merge "remove unicode from code" 2021-04-16 13:43:23 +00: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 Fix requirements issues 2021-03-25 11:53:12 +01:00
.stestr.conf Switch to stestr 2018-07-04 08:20:45 +07:00
.zuul.yaml Add Python3 xena unit tests 2021-04-15 18:23:11 +01: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 Drop use of six 2020-05-06 07:12:09 -05:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-05 10:05:47 +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 Merge "Use py3 as the default runtime for tox" 2021-04-16 14:26:43 +00: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.