# 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.
# Type aliases
Handler represents a http.Handler.