You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,10 +94,11 @@ _Packages for monitoring ASGI web applications._
94
94
95
95
## Proxies
96
96
97
-
_Packages for use when running ASGI web applications behind proxies._
97
+
_Packages for use when running ASGI web applications behind proxies, or proxying other servers via ASGI applications._
98
98
99
99
<!-- sort_by:name -->
100
100
101
+
-[asgiproxy](https://github.com/valohai/asgiproxy) – Tools for building HTTP and Websocket proxies for ASGI.
101
102
-[ProxyHeadersMiddleware](https://github.com/encode/uvicorn/blob/master/uvicorn/middleware/proxy_headers.py) - Use `X-Forwarded-Proto` and `X-Forwarded-For` headers set by a known and trusted proxy to make `client` and `scheme` reference the connecting client (shipped with Uvicorn).
0 commit comments