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

Function SetCommonHeader

client_wrapper.go:428–430  ·  view source on GitHub ↗

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

(key, value string)

Source from the content-addressed store, hash-verified

426// SetCommonHeader is a global wrapper methods which delegated
427// to the default client's Client.SetCommonHeader.
428func 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.

Callers

nothing calls this directly

Calls 1

SetCommonHeaderMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…