MCPcopy Create free account
hub / github.com/imroc/req / GetTLSClientConfig

Function GetTLSClientConfig

client_wrapper.go:104–106  ·  view source on GitHub ↗

GetTLSClientConfig is a global wrapper methods which delegated to the default client's Client.GetTLSClientConfig.

()

Source from the content-addressed store, hash-verified

102// GetTLSClientConfig is a global wrapper methods which delegated
103// to the default client's Client.GetTLSClientConfig.
104func GetTLSClientConfig() *tls.Config {
105 return defaultClient.GetTLSClientConfig()
106}
107
108// SetRedirectPolicy is a global wrapper methods which delegated
109// to the default client's Client.SetRedirectPolicy.

Callers

nothing calls this directly

Calls 1

GetTLSClientConfigMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…