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

Function EnableDumpToFile

request_wrapper.go:413–415  ·  view source on GitHub ↗

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

(filename string)

Source from the content-addressed store, hash-verified

411// EnableDumpToFile is a global wrapper methods which delegated
412// to the default client, create a request and EnableDumpToFile for request.
413func EnableDumpToFile(filename string) *Request {
414 return defaultClient.R().EnableDumpToFile(filename)
415}
416
417// SetDumpOptions is a global wrapper methods which delegated
418// to the default client, create a request and SetDumpOptions for request.

Callers

nothing calls this directly

Calls 2

EnableDumpToFileMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…