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

Function SetOutput

request_wrapper.go:173–175  ·  view source on GitHub ↗

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

(output io.Writer)

Source from the content-addressed store, hash-verified

171// SetOutput is a global wrapper methods which delegated
172// to the default client, create a request and SetOutput for request.
173func SetOutput(output io.Writer) *Request {
174 return defaultClient.R().SetOutput(output)
175}
176
177// SetQueryParams is a global wrapper methods which delegated
178// to the default client, create a request and SetQueryParams for request.

Callers

nothing calls this directly

Calls 2

RMethod · 0.80
SetOutputMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…