# README
websocket reverse proxy
# Functions
No description provided by the author
NewProxy returns a new Websocket reverse proxy.
# Variables
DefaultDialer is a dialer with all fields set to the default zero values.
DefaultUpgradeHelper specifies the parameters for upgrading an HTTP connection to a WebSocket connection.
# Structs
Proxy is an HTTP Handler that takes an incoming WebSocket connection and proxies it to another server.
# Type aliases
No description provided by the author