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

Function AddQueryParam

request_wrapper.go:197–199  ·  view source on GitHub ↗

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

(key, value string)

Source from the content-addressed store, hash-verified

195// AddQueryParam is a global wrapper methods which delegated
196// to the default client, create a request and AddQueryParam for request.
197func AddQueryParam(key, value string) *Request {
198 return defaultClient.R().AddQueryParam(key, value)
199}
200
201// AddQueryParams is a global wrapper methods which delegated
202// to the default client, create a request and AddQueryParams for request.

Callers

nothing calls this directly

Calls 2

AddQueryParamMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…