Sean Dague 9b94bae73c Allow compatibility headers for request_id
We discovered that Nova is using a local version of the request_id
header code because it's x-compute-request-id predates
x-openstack-request-id, and things were never migrated after the oslo
code was extracted. In order to let Nova use the base code (which may
become more complicated with inbound request-id setting) we need to
support a compat headers field, which is additional http header names
that should be set with the request-id value.

Change-Id: I18a92f8bf2f85fcf30d32be68bae58f64b135df0
2017-05-23 12:48:41 -04:00
2016-12-20 14:33:43 +11:00
2014-06-24 18:14:05 -04:00
2017-04-15 10:13:47 +08:00
2017-04-15 10:13:47 +08:00
2017-01-09 10:18:43 -08:00
2017-03-03 00:03:09 +00:00
2016-12-20 14:33:43 +11: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.

Description
OpenStack middleware library
Readme 4.3 MiB
Languages
Python 100%