OpenStack middleware library
Go to file
Sean McGinnis caaac6c438
Fix invalid escape sequence warnings
Py36 is more strict about escape sequences in strings. Regex patterns
often cause warnings due to not being normal escape sequences. This gets
rid of a few warnings by switching these regex strings to use raw
strings.

Change-Id: Ied16e55780f2bf73fac54e0afc8394af468a67b8
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-11 06:10:18 -05:00
doc Updated from global requirements 2018-03-21 08:56:07 +00:00
oslo [fix-compat] More definitions for oslo.middleware 2015-12-12 19:18:33 +00:00
oslo_middleware Fix invalid escape sequence warnings 2019-04-11 06:10:18 -05:00
releasenotes Update master for stable/stein 2019-03-18 14:45:34 +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 exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04: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 python 3.7 unit test job 2019-02-19 13:56:43 +08:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-24 16:49:39 -04: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 Switch to stestr 2018-07-04 08:20:45 +07:00
README.rst Add release notes link to README 2018-06-21 13:05:43 +08:00
requirements.txt Updated from global requirements 2018-03-21 08:56:07 +00:00
setup.cfg Update mailinglist from dev to discuss 2018-12-05 09:38:31 +08:00
setup.py Updated from global requirements 2017-03-03 00:03:09 +00:00
test-requirements.txt Update hacking version 2019-03-20 23:10:12 +08:00
tox.ini Switch to stestr 2018-07-04 08:20:45 +07: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.