Categorygithub.com/HaoweiCh/reverse-proxy-websocket
modulepackage
0.0.0-20230106043632-e875f45d8966
Repository: https://github.com/haoweich/reverse-proxy-websocket.git
Documentation: pkg.go.dev

# 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