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

Function EnableDumpEachRequestWithoutBody

client_wrapper.go:320–322  ·  view source on GitHub ↗

EnableDumpEachRequestWithoutBody is a global wrapper methods which delegated to the default client's Client.EnableDumpEachRequestWithoutBody.

()

Source from the content-addressed store, hash-verified

318// EnableDumpEachRequestWithoutBody is a global wrapper methods which delegated
319// to the default client's Client.EnableDumpEachRequestWithoutBody.
320func EnableDumpEachRequestWithoutBody() *Client {
321 return defaultClient.EnableDumpEachRequestWithoutBody()
322}
323
324// EnableDumpEachRequestWithoutHeader is a global wrapper methods which delegated
325// to the default client's Client.EnableDumpEachRequestWithoutHeader.

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…