Would be fantastic if WS proxying was supported, as many Django users have been moving to ASGI webservers. See these examples for functional implementations that need to be made generic enough to use within `django-revproxy`: - https://gist.github.com/brianglass/e3184341afe63ed348144753ee62dce5 - https://github.com/django/channels/discussions/1755#discussioncomment-6360755
Would be fantastic if WS proxying was supported, as many Django users have been moving to ASGI webservers.
See these examples for functional implementations that need to be made generic enough to use within
django-revproxy: