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

FuncType httpClientOptionFunc

config/http_config.go:515–515  ·  view source on GitHub ↗
func(options *httpClientOptions)

Source from the content-addressed store, hash-verified

513}
514
515type httpClientOptionFunc func(options *httpClientOptions)
516
517func (f httpClientOptionFunc) applyToHTTPClientOptions(options *httpClientOptions) {
518 f(options)

Callers 7

WithDialContextFuncFunction · 0.85
WithNewTLSConfigFuncFunction · 0.85
WithKeepAlivesDisabledFunction · 0.85
WithHTTP2DisabledFunction · 0.85
WithIdleConnTimeoutFunction · 0.85
WithUserAgentFunction · 0.85
WithHostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…