Files
oslo.middleware/oslo_middleware
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-01-21 19:48:41 -05:00
2015-08-21 09:56:22 +02:00
2015-09-25 06:20:00 -07:00
2015-09-25 10:02:16 +02:00