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

Function SetQueryParam

request_wrapper.go:191–193  ·  view source on GitHub ↗

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

(key, value string)

Source from the content-addressed store, hash-verified

189// SetQueryParam is a global wrapper methods which delegated
190// to the default client, create a request and SetQueryParam for request.
191func SetQueryParam(key, value string) *Request {
192 return defaultClient.R().SetQueryParam(key, value)
193}
194
195// AddQueryParam is a global wrapper methods which delegated
196// to the default client, create a request and AddQueryParam for request.

Callers

nothing calls this directly

Calls 2

SetQueryParamMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…