package
0.0.0-20241126003411-bba95ff4d6d5
Repository: https://github.com/google/inverting-proxy.git
Documentation: pkg.go.dev
# Functions
DialWebsocket establishes a connection with the given server using websocket as the underlying transport layer.
Handler returns an HTTP handler that forwards bridged TCP connections to the given port.
# Constants
StreamingPath is the path used for websocket channels that implement the bridge.
# Structs
WebsocketNetConnection wraps the websocket.Conn type and adds extends it to implement the net.Conn interface.