Whether websocket reverse proxy is supported?

Comment From: whatwewant

it is not supported by gin. but you can make gin support with go-zoox/proxy

or it can be used easily in go-zoox/zoox:

see example: https://github.com/go-zoox/examples/blob/master/proxy/main.go

app.Proxy("/ws", "the_websocket_service", cfg)