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

Function SetCommonQueryParams

client_wrapper.go:158–160  ·  view source on GitHub ↗

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

(params map[string]string)

Source from the content-addressed store, hash-verified

156// SetCommonQueryParams is a global wrapper methods which delegated
157// to the default client's Client.SetCommonQueryParams.
158func SetCommonQueryParams(params map[string]string) *Client {
159 return defaultClient.SetCommonQueryParams(params)
160}
161
162// AddCommonQueryParam is a global wrapper methods which delegated
163// to the default client's Client.AddCommonQueryParam.

Callers

nothing calls this directly

Calls 1

SetCommonQueryParamsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…