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

Function SetQueryString

request_wrapper.go:49–51  ·  view source on GitHub ↗

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

(query string)

Source from the content-addressed store, hash-verified

47// SetQueryString is a global wrapper methods which delegated
48// to the default client, create a request and SetQueryString for request.
49func SetQueryString(query string) *Request {
50 return defaultClient.R().SetQueryString(query)
51}
52
53// SetQueryParamsFromValues is a global wrapper methods which delegated
54// to the default client, create a request and SetQueryParamsFromValues for request.

Callers

nothing calls this directly

Calls 2

SetQueryStringMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…