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

Function SetQueryParams

request_wrapper.go:179–181  ·  view source on GitHub ↗

SetQueryParams is a global wrapper methods which delegated to the default client, create a request and SetQueryParams for request.

(params map[string]string)

Source from the content-addressed store, hash-verified

177// SetQueryParams is a global wrapper methods which delegated
178// to the default client, create a request and SetQueryParams for request.
179func SetQueryParams(params map[string]string) *Request {
180 return defaultClient.R().SetQueryParams(params)
181}
182
183// SetQueryParamsAnyType is a global wrapper methods which delegated
184// to the default client, create a request and SetQueryParamsAnyType for request.

Callers

nothing calls this directly

Calls 2

SetQueryParamsMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…