Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
type
ProxyHeader
map
[string][]Secret
64
65
func
(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