OpenStack middleware library
Go to file
Ben Nemec ecd9383043 Remove universal wheel configuration
Now that we've dropped py2 support we shouldn't be setting this
anymore.

Change-Id: I293ceeb925ff602470a2b67008ca2054338d41f8
2020-02-06 17:34:47 +00:00
doc [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 18:15:43 +01:00
oslo [fix-compat] More definitions for oslo.middleware 2015-12-12 19:18:33 +00:00
oslo_middleware More details when logging 413 Entity Too Large 2019-07-10 20:34:59 +03:00
releasenotes [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 18:15:43 +01: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 [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 18:15:43 +01: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
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-30 13:45:14 +08:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04:00
lower-constraints.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 18:15:43 +01:00
requirements.txt Do not use the deprecated best_match() method 2019-03-28 21:32:21 +01:00
setup.cfg Remove universal wheel configuration 2020-02-06 17:34:47 +00:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 18:15:43 +01:00
test-requirements.txt Cap Bandit below 1.6.0 and update Sphinx requirement 2019-05-15 15:23:22 +00:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2020-02-03 18:15:43 +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.