EnableForceHTTP1 is a global wrapper methods which delegated to the default client's Client.EnableForceHTTP1.
()
| 630 | // EnableForceHTTP1 is a global wrapper methods which delegated |
| 631 | // to the default client's Client.EnableForceHTTP1. |
| 632 | func EnableForceHTTP1() *Client { |
| 633 | return defaultClient.EnableForceHTTP1() |
| 634 | } |
| 635 | |
| 636 | // EnableForceHTTP2 is a global wrapper methods which delegated |
| 637 | // to the default client's Client.EnableForceHTTP2. |
nothing calls this directly
no test coverage detected
searching dependent graphs…