package
0.0.0-20230223155109-0db0fbe9c7e0
Repository: https://github.com/herb-go/connections.git
Documentation: pkg.go.dev
# Functions
New create new websocket connection.Return connection created.
No description provided by the author
Upgrade Upgrade http requret with given message type to websocket concection.Return websocker connection and any error if raised.
# Constants
No description provided by the author
No description provided by the author
MsgTypeBinary binary message type.
MsgTypeText text message type.
# Variables
ErrMsgTypeNotMatch error message type not match.
Upgrader websocket connection upgrader config.