Doug Hellmann ea893e8ba4 Split option discovery function by middleware
Create separate option discovery functions for each piece of middleware,
so an application that only uses one piece can include only those
options in its sample configuration file.

Test the results with some unit tests that simply ensure the functions
do not raise exceptions, and by adding configuration options to the
documentation for the library, using the new integration of oslo.config
with sphinx.

Change-Id: I4c777cd70c063441f430c48ab1f9c9cac2c1fc75
2015-08-27 06:06:44 -04:00
2015-08-07 08:22:42 +02:00
2014-06-24 18:14:05 -04:00
2015-02-09 15:49:41 +01:00
2015-01-07 15:28:25 -05:00
2015-07-15 01:36:39 +00:00

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.

Description
OpenStack middleware library
Readme 4.2 MiB
Languages
Python 100%