Skip to content

Commit 0318450

Browse files
akxflorimondmanca
andauthored
Add asgiproxy to Proxies (#73)
Co-authored-by: Florimond Manca <[email protected]>
1 parent 5f3334b commit 0318450

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@ _Packages for monitoring ASGI web applications._
9494

9595
## Proxies
9696

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._
9898

9999
<!-- sort_by:name -->
100100

101+
- [asgiproxy](https://github.com/valohai/asgiproxy) – Tools for building HTTP and Websocket proxies for ASGI.
101102
- [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).
102103

103104
## Real-time web

0 commit comments

Comments
 (0)