MCPcopy Create free account
hub / github.com/imroc/req / SetCommonCookies

Function SetCommonCookies

client_wrapper.go:212–214  ·  view source on GitHub ↗

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

(cookies ...*http.Cookie)

Source from the content-addressed store, hash-verified

210// SetCommonCookies is a global wrapper methods which delegated
211// to the default client's Client.SetCommonCookies.
212func SetCommonCookies(cookies ...*http.Cookie) *Client {
213 return defaultClient.SetCommonCookies(cookies...)
214}
215
216// DisableDebugLog is a global wrapper methods which delegated
217// to the default client's Client.DisableDebugLog.

Callers

nothing calls this directly

Calls 1

SetCommonCookiesMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…