# Functions
Dial opens a new client connection to a WebSocket.
DialConfig opens a new client connection to a WebSocket with a config.
NewClient creates a new WebSocket client connection over rwc.
NewConfig creates a new WebSocket config for client connection.
Origin parses the Origin header in req.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
32MB.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ErrFrameTooLarge is returned by Codec's Receive method if payload size exceeds limit set by Conn.MaxPayloadBytes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
JSON is a codec to send/receive JSON data in a frame from a WebSocket connection.
Message is a codec to send/receive text/binary data in a frame on WebSocket connection.
# Structs
Addr is an implementation of net.Addr for WebSocket.
Codec represents a symmetric pair of functions that implement a codec.
Config is a WebSocket configuration.
Conn represents a WebSocket connection.
DialError is an error that occurs while dialling a websocket server.
ProtocolError represents WebSocket protocol errors.
Server represents a server of a WebSocket.
# Type aliases
Handler is a simple interface to a WebSocket browser client.