package
1.0.1
Repository: https://github.com/php2go/netpollmux.git
Documentation: pkg.go.dev

# Functions

Dial opens a new client connection to a WebSocket.
Upgrade upgrades the net.Conn to the WebSocket protocol.
UpgradeHTTP upgrades the HTTP server connection to the WebSocket protocol.

# Constants

BinaryFrame represents a WebSocket binary frame.
CloseFrame represents a WebSocket close frame.
ContinuationFrame represents a WebSocket continuation frame.
PingFrame represents a WebSocket ping frame.
PongFrame represents a WebSocket pong frame.
TextFrame represents a WebSocket text frame.

# Structs

Conn represents a WebSocket connection.

# Type aliases

Handler represents a http.Handler.