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

Function cloneHeaderExcluding

proxy/proxy.go:560–564  ·  view source on GitHub ↗
(h http.Header, excludeList map[string]bool)

Source from the content-addressed store, hash-verified

558}
559
560func cloneHeaderExcluding(h http.Header, excludeList map[string]bool) http.Header {
561 hh := make(http.Header)
562 copyHeaderExcluding(hh, h, excludeList)
563 return hh
564}
565
566type (
567 flushWriter interface {

Callers 1

mapRequestMethod · 0.85

Calls 1

copyHeaderExcludingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…