MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / copyHeaders

Function copyHeaders

pkg/web/web.go:68–74  ·  view source on GitHub ↗
(dst, src http.Header)

Source from the content-addressed store, hash-verified

66}
67
68func copyHeaders(dst, src http.Header) {
69 for key, values := range src {
70 for _, value := range values {
71 dst.Add(key, value)
72 }
73 }
74}
75
76type notFoundBlockingResponseWriter struct {
77 w http.ResponseWriter

Callers 1

WriteHeaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected