MCPcopy Create free account
hub / github.com/prometheus/common / ProxyHeader

TypeAlias ProxyHeader

config/config.go:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63type ProxyHeader map[string][]Secret
64
65func (h *ProxyHeader) HTTPHeader() http.Header {
66 if h == nil || *h == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected