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

Method applyToHTTPClientOptions

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

Source from the content-addressed store, hash-verified

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)

Callers 2

NewOAuth2RoundTripperFunction · 0.65

Implementers 1

secretManagerOptionconfig/http_config.go

Calls

no outgoing calls

Tested by

no test coverage detected