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

Function SetCommonQueryParamsFromValues

client_wrapper.go:200–202  ·  view source on GitHub ↗

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

(params url.Values)

Source from the content-addressed store, hash-verified

198// SetCommonQueryParamsFromValues is a global wrapper methods which delegated
199// to the default client's Client.SetCommonQueryParamsFromValues.
200func SetCommonQueryParamsFromValues(params url.Values) *Client {
201 return defaultClient.SetCommonQueryParamsFromValues(params)
202}
203
204// SetCommonQueryParamsFromStruct is a global wrapper methods which delegated
205// to the default client's Client.SetCommonQueryParamsFromStruct.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…