Go to file
Peter J. Holzer 4af21972a9 Add ProxyHeadersMiddleware to parse X-Forwarded-Proto header
Starlett will automatically generate redirects to add or remove trailing
slashes as appropriate. To do this it needs to know the protocol,
however. This is usually passed by the proxy in the X-Forwarded-Proto
header.
2021-08-01 17:01:52 +02:00
main.py Add ProxyHeadersMiddleware to parse X-Forwarded-Proto header 2021-08-01 17:01:52 +02:00
requirements.txt Require gunicorn 2021-08-01 17:00:57 +02:00