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

Struct TLSRoundTripperSettings

config/http_config.go:1038–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1036}
1037
1038type TLSRoundTripperSettings struct {
1039 CA, CAFile string
1040 Cert, CertFile string
1041 Key, KeyFile string
1042}
1043
1044func NewTLSRoundTripper(
1045 cfg *tls.Config,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected