package
0.0.0-20180713122344-fd1d1606cb89
Repository: https://github.com/velour/chat.git
Documentation: pkg.go.dev
# Functions
Dial dials a websocket and returns a new Conn.
DialHeader dials a websocket and returns a new Conn using the given HTTP request header.
Upgrade upgrades an HTTP handler and returns an new *Conn.
# Structs
A Conn is a websocket connection.
A HandshakeError is returned if Dial fails the handshake.