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

Interface HTTPClientOption

config/http_config.go:511–513  ·  view source on GitHub ↗

HTTPClientOption defines an option that can be applied to the HTTP client.

Source from the content-addressed store, hash-verified

509
510// HTTPClientOption defines an option that can be applied to the HTTP client.
511type HTTPClientOption interface {
512 applyToHTTPClientOptions(options *httpClientOptions)
513}
514
515type httpClientOptionFunc func(options *httpClientOptions)
516

Callers 2

NewOAuth2RoundTripperFunction · 0.65

Implementers 1

secretManagerOptionconfig/http_config.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…