Skip to content

Commit

Permalink
Add asgiproxy to Proxies (#73)
Browse files Browse the repository at this point in the history
Co-authored-by: Florimond Manca <florimond.manca@protonmail.com>
  • Loading branch information
akx and florimondmanca authored Oct 22, 2021
1 parent 5f3334b commit 0318450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._

<!-- sort_by:name -->

- [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
Expand Down

0 comments on commit 0318450

Please sign in to comment.