MCPcopy Index your code
hub / github.com/imroc/req / SetCommonHeaderOrder

Function SetCommonHeaderOrder

client_wrapper.go:434–436  ·  view source on GitHub ↗

SetCommonHeaderOrder is a global wrapper methods which delegated to the default client's Client.SetCommonHeaderOrder.

(keys ...string)

Source from the content-addressed store, hash-verified

432// SetCommonHeaderOrder is a global wrapper methods which delegated
433// to the default client's Client.SetCommonHeaderOrder.
434func 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.

Callers

nothing calls this directly

Calls 1

SetCommonHeaderOrderMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…