Open breezemight opened 2 years ago
Is this possible to do something like proxy.OnRequest() for websocket at this moment?
proxy.OnRequest()
needs to configuration a websocket listener, you can take a look at goproxy.AddwebsocketHandler
Is this possible to do something like
proxy.OnRequest()
for websocket at this moment?