goproxy icon indicating copy to clipboard operation
goproxy copied to clipboard

Adds a websocket handler

Open kfreezen opened this issue 5 years ago • 2 comments

This allows us to intercept and allow or deny a websocket request. There is currently no way to read the websocket data flow.

kfreezen avatar Jul 11 '19 13:07 kfreezen

Looks good overall. Can you add a test?

elazarl avatar Sep 11 '19 13:09 elazarl

The WebSocketHandler doesn't have a default value, so pretty much all the existing examples panic.

skoot avatar Oct 10 '19 15:10 skoot