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

Function httpWriteHeaderKey

http.go:277–280  ·  view source on GitHub ↗
(bw *bufio.Writer, key string)

Source from the content-addressed store, hash-verified

275}
276
277func httpWriteHeaderKey(bw *bufio.Writer, key string) {
278 bw.WriteString(key)
279 bw.WriteString(colonAndSpace)
280}
281
282func httpWriteUpgradeRequest(
283 bw *bufio.Writer,

Callers 4

httpWriteHeaderFunction · 0.85
httpWriteHeaderBtsFunction · 0.85
httpWriteUpgradeRequestFunction · 0.85
httpWriteResponseUpgradeFunction · 0.85

Calls 1

WriteStringMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…