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

Function EnableDumpTo

request_wrapper.go:407–409  ·  view source on GitHub ↗

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

(output io.Writer)

Source from the content-addressed store, hash-verified

405// EnableDumpTo is a global wrapper methods which delegated
406// to the default client, create a request and EnableDumpTo for request.
407func EnableDumpTo(output io.Writer) *Request {
408 return defaultClient.R().EnableDumpTo(output)
409}
410
411// EnableDumpToFile is a global wrapper methods which delegated
412// to the default client, create a request and EnableDumpToFile for request.

Callers

nothing calls this directly

Calls 2

EnableDumpToMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…