SetCommonHeaderOrder is a global wrapper methods which delegated to the default client's Client.SetCommonHeaderOrder.
(keys ...string)
| 432 | // SetCommonHeaderOrder is a global wrapper methods which delegated |
| 433 | // to the default client's Client.SetCommonHeaderOrder. |
| 434 | func SetCommonHeaderOrder(keys ...string) *Client { |
| 435 | return defaultClient.SetCommonHeaderOrder(keys...) |
| 436 | } |
| 437 | |
| 438 | // SetCommonPseudoHeaderOder is a global wrapper methods which delegated |
| 439 | // to the default client's Client.SetCommonPseudoHeaderOder. |
nothing calls this directly
no test coverage detected
searching dependent graphs…