GetTLSClientConfig is a global wrapper methods which delegated to the default client's Client.GetTLSClientConfig.
()
| 102 | // GetTLSClientConfig is a global wrapper methods which delegated |
| 103 | // to the default client's Client.GetTLSClientConfig. |
| 104 | func 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. |
nothing calls this directly
no test coverage detected
searching dependent graphs…