koding / websocketproxy

WebSocket reverse proxy handler for Go
http://godoc.org/github.com/koding/websocketproxy
MIT License
427 stars 120 forks source link

Support for forwarding end-to-end headers #44

Open Nydauron opened 2 years ago

Nydauron commented 2 years ago

Adds support for all end-to-end headers to be passed through the proxy, which can help in implementations where authorization or custom headers are used.