coder/websocket

Setting authorization headers on handshake request

Abi-Liu opened this issue · 1 comments

Is there a way to set headers when performing the WebSocket handshake protocol on the URL?

After looking more into the documentation I saw that you can pass in an HTTP Header inside the DialOptions struct.