Go to file
Julien Danjou 89b11a1c73 Introduce HTTP Proxy to WSGI middleware
This middleware is supposed to be placed in front of any WSGI
application. It will translate the WSGI environment to an environment
mimicking the environment of the reverse proxy placed in front of it.

It supports translating:
- Protocol via X-Forwarded-Proto
- Host via X-Forwarded-Host
- Prefix via X-Forwarded-Prefix (not standard, but already used in other
  projects)
- Forwarded header (RFC7239)

Change-Id: I9e66e17a343fc454016415375bcd5a1285334f5a
2015-09-28 10:57:09 +02: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-09-17 12:16:06 +00: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
RETIRED, further work has moved to Debian project infrastructure
Readme 464 KiB