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

Function SetQueryParamsAnyType

request_wrapper.go:185–187  ·  view source on GitHub ↗

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

(params map[string]any)

Source from the content-addressed store, hash-verified

183// SetQueryParamsAnyType is a global wrapper methods which delegated
184// to the default client, create a request and SetQueryParamsAnyType for request.
185func SetQueryParamsAnyType(params map[string]any) *Request {
186 return defaultClient.R().SetQueryParamsAnyType(params)
187}
188
189// SetQueryParam is a global wrapper methods which delegated
190// to the default client, create a request and SetQueryParam for request.

Callers

nothing calls this directly

Calls 2

SetQueryParamsAnyTypeMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…