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

Struct authorizationCredentialsFileRoundTripper

config/http_config.go:616–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614}
615
616type authorizationCredentialsFileRoundTripper struct {
617 authType string
618 authCredentialsFile string
619 rt http.RoundTripper
620}
621
622// NewAuthorizationCredentialsFileRoundTripper adds the authorization
623// credentials read from the provided file to a request unless the authorization

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected