HandshakeHeader is the interface that writes both upgrade request or response headers into a given io.Writer.
| 446 | // HandshakeHeader is the interface that writes both upgrade request or |
| 447 | // response headers into a given io.Writer. |
| 448 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…