Tools for building HTTP and WebSocket proxies for the asynchronous ASGI protocol. Version 0.2.0, requires Python >=3.8. Stable but infrequent releases.
pip install asgiproxyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple ASGI proxy that forwards requests to an upstream URL.
Use ProxyMiddleware with websocket=True in ProxyConfig or handle WebSocket manually.
Set config values before passing to ProxyMiddleware and avoid mutating after.
Use a custom ASGI middleware to rewrite headers if needed.
No dependency data recorded yet.