MCPcopy Create free account
hub / github.com/gorilla/websocket / HandshakeError

Struct HandshakeError

server.go:18–20  ·  view source on GitHub ↗

HandshakeError describes an error with the handshake from the peer.

Source from the content-addressed store, hash-verified

16
17// HandshakeError describes an error with the handshake from the peer.
18type HandshakeError struct {
19 message string
20}
21
22func (e HandshakeError) Error() string { return e.message }
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected