MCPcopy Index your code
hub / github.com/zalando/skipper / cloneHeader

Function cloneHeader

proxy/proxy.go:554–558  ·  view source on GitHub ↗
(h http.Header)

Source from the content-addressed store, hash-verified

552}
553
554func cloneHeader(h http.Header) http.Header {
555 hh := make(http.Header)
556 copyHeader(hh, h)
557 return hh
558}
559
560func cloneHeaderExcluding(h http.Header, excludeList map[string]bool) http.Header {
561 hh := make(http.Header)

Callers 3

mapRequestMethod · 0.85
cloneRequestMetadataFunction · 0.85
cloneResponseMetadataFunction · 0.85

Calls 1

copyHeaderFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…