# Functions
DebugWrappers wraps a round tripper and logs based on the current log level.
HTTPWrappersForConfig wraps a round tripper with any relevant layered behavior from the config.
New returns an http.RoundTripper that will provide the authentication or transport level security defined by the provided Config.
NewBasicAuthRoundTripper will apply a BASIC auth authorization header to a request unless it has already been set.
NewBearerAuthRoundTripper adds the provided bearer token to a request unless the authorization header has already been set.
NewImpersonatingRoundTripper will add an Act-As header to a request unless it has already been set.
No description provided by the author
TLSConfigFor returns a tls.Config that will provide the transport level security defined by the provided Config.