simonw / asgi-proxy-lib

An ASGI function for proxying to a backend over HTTP
Apache License 2.0
21 stars 0 forks source link

Support WebSockets #3

Open davidbrochart opened 1 year ago

davidbrochart commented 1 year ago

Nice project, thanks for sharing! Correct me if I'm wrong, but it doesn't seem to support WebSockets? If not, it could be interesting to use httpx-ws.

simonw commented 1 year ago

No, it doesn't support websockets yet - that would be a useful addition, since then you could do things like have /ws on an existing ASGI application proxy through to some other host.