# Functions
GetPayload extracts the payload from a frame.
NewClient creates and returns a new instance of Client with the provided server address.
NewServer creates and returns a new WebSocket server instance.
Packing packs a frame with the provided ID, type, and payload.
ParseHeader parses the header of a frame and returns the type, length, and stream ID.
# Constants
No description provided by the author
No description provided by the author
0000 0100.
0000 0010.
0000 0001.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
Client represents a client that connects to a server.
ConnAdaptor adapts a WebSocket connection.
No description provided by the author
No description provided by the author
WsServer represents a WebSocket server.