package
1.3.1
Repository: https://github.com/gitmine/pholcus.git
Documentation: pkg.go.dev

# 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 Origin header in "req".

# Constants

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

# 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
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.