SetCommonHeader is a global wrapper methods which delegated to the default client's Client.SetCommonHeader.
(key, value string)
| 426 | // SetCommonHeader is a global wrapper methods which delegated |
| 427 | // to the default client's Client.SetCommonHeader. |
| 428 | func SetCommonHeader(key, value string) *Client { |
| 429 | return defaultClient.SetCommonHeader(key, value) |
| 430 | } |
| 431 | |
| 432 | // SetCommonHeaderOrder is a global wrapper methods which delegated |
| 433 | // to the default client's Client.SetCommonHeaderOrder. |
nothing calls this directly
no test coverage detected
searching dependent graphs…