From 0318450430acc01a432108c50ceb9497e9ef443d Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Fri, 22 Oct 2021 15:11:35 +0300 Subject: [PATCH] Add asgiproxy to Proxies (#73) Co-authored-by: Florimond Manca --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 598cc11..32da1d9 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,11 @@ _Packages for monitoring ASGI web applications._ ## Proxies -_Packages for use when running ASGI web applications behind proxies._ +_Packages for use when running ASGI web applications behind proxies, or proxying other servers via ASGI applications._ +- [asgiproxy](https://github.com/valohai/asgiproxy) – Tools for building HTTP and Websocket proxies for ASGI. - [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). ## Real-time web