OpenStack middleware library
Go to file
ZhongShengping 00d1364185 Clean up .gitignore references to personal tools
Developers run all sorts of different tools within Git repositories,
any of which can leave their own special trashfiles all over the
place. We can't every hope to catalog them all, so better to
recommend developers simply configure a global core.excludesfile to
filter the irrelevant files which tend to get created by their
personal choice of tools.

To this end, remove the long-standing sections for "Mr Developer"
and "Editors" since their mere existence here sends the signal that
we welcome (and have time to review) additions for any old tool
someone ever might happen to try. Also add a comment block
explaining this, for clarity.

We can, and should of course, continue to list files created by the
tools recommended by our workflow (test frameworks called from tox,
documentation and packaging builds, et cetera).

This change is a port of I1b41efac219fca44e2548fc36633724d0ecfc0cb
from the openstack-dev/oslo-cookiecutter repository.

Change-Id: Icf9e4f4e7720d5dce2b9ff10710bf2420f755f2a
2018-10-15 11:50:06 +08: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 Remove moxstubout usage 2018-08-21 23:42:53 -04:00
releasenotes Update reno for stable/rocky 2018-07-26 12:38:57 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-05 17:23:48 -04:00
.gitignore Clean up .gitignore references to personal tools 2018-10-15 11:50:06 +08: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 lib-forward-testing-python3 test job 2018-08-11 18:20:14 -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
README.rst Add release notes link to README 2018-06-21 13:05:43 +08:00
babel.cfg 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
requirements.txt Updated from global requirements 2018-03-21 08:56:07 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-12 23:06:02 +08:00
setup.py Updated from global requirements 2017-03-03 00:03:09 +00:00
test-requirements.txt Switch to stestr 2018-07-04 08:20:45 +07:00
tox.ini Switch to stestr 2018-07-04 08:20:45 +07: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.