MCPcopy Index your code
hub / github.com/gobwas/ws / httpWriteHeaderBts

Function httpWriteHeaderBts

http.go:271–275  ·  view source on GitHub ↗
(bw *bufio.Writer, key string, value []byte)

Source from the content-addressed store, hash-verified

269}
270
271func httpWriteHeaderBts(bw *bufio.Writer, key string, value []byte) {
272 httpWriteHeaderKey(bw, key)
273 bw.Write(value)
274 bw.WriteString(crlf)
275}
276
277func httpWriteHeaderKey(bw *bufio.Writer, key string) {
278 bw.WriteString(key)

Callers 1

httpWriteUpgradeRequestFunction · 0.85

Calls 3

httpWriteHeaderKeyFunction · 0.85
WriteStringMethod · 0.80
WriteMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…