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

Function AddQueryParams

request_wrapper.go:203–205  ·  view source on GitHub ↗

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

(key string, values ...string)

Source from the content-addressed store, hash-verified

201// AddQueryParams is a global wrapper methods which delegated
202// to the default client, create a request and AddQueryParams for request.
203func AddQueryParams(key string, values ...string) *Request {
204 return defaultClient.R().AddQueryParams(key, values...)
205}
206
207// SetPathParams is a global wrapper methods which delegated
208// to the default client, create a request and SetPathParams for request.

Callers

nothing calls this directly

Calls 2

AddQueryParamsMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…