MCPcopy
hub / github.com/gobwas/ws / HandshakeHeader

Interface HandshakeHeader

http.go:448–450  ·  view source on GitHub ↗

HandshakeHeader is the interface that writes both upgrade request or response headers into a given io.Writer.

Source from the content-addressed store, hash-verified

446// HandshakeHeader is the interface that writes both upgrade request or
447// response headers into a given io.Writer.
448type HandshakeHeader interface {
449 io.WriterTo
450}
451
452// HandshakeHeaderString is an adapter to allow the use of headers represented
453// by ordinary string as HandshakeHeader.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…