SetRedirectPolicy is a global wrapper methods which delegated to the default client's Client.SetRedirectPolicy.
(policies ...RedirectPolicy)
| 108 | // SetRedirectPolicy is a global wrapper methods which delegated |
| 109 | // to the default client's Client.SetRedirectPolicy. |
| 110 | func SetRedirectPolicy(policies ...RedirectPolicy) *Client { |
| 111 | return defaultClient.SetRedirectPolicy(policies...) |
| 112 | } |
| 113 | |
| 114 | // DisableKeepAlives is a global wrapper methods which delegated |
| 115 | // to the default client's Client.DisableKeepAlives. |
nothing calls this directly
no test coverage detected
searching dependent graphs…