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

Method GetProxyConnectHeader

config/http_config.go:1267–1269  ·  view source on GitHub ↗

ProxyConnectHeader() return the Proxy Connext Headers.

()

Source from the content-addressed store, hash-verified

1265
1266// ProxyConnectHeader() return the Proxy Connext Headers.
1267func (c *ProxyConfig) GetProxyConnectHeader() http.Header {
1268 return c.ProxyConnectHeader.HTTPHeader()
1269}

Callers 2

RoundTripMethod · 0.80

Calls 1

HTTPHeaderMethod · 0.80

Tested by

no test coverage detected