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

Function SetDumpOptions

request_wrapper.go:419–421  ·  view source on GitHub ↗

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

(opt *DumpOptions)

Source from the content-addressed store, hash-verified

417// SetDumpOptions is a global wrapper methods which delegated
418// to the default client, create a request and SetDumpOptions for request.
419func SetDumpOptions(opt *DumpOptions) *Request {
420 return defaultClient.R().SetDumpOptions(opt)
421}
422
423// EnableDump is a global wrapper methods which delegated
424// to the default client, create a request and EnableDump for request.

Callers

nothing calls this directly

Calls 2

SetDumpOptionsMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…