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

Function EnableDumpEachRequestWithoutRequest

client_wrapper.go:338–340  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

336// EnableDumpEachRequestWithoutRequest is a global wrapper methods which delegated
337// to the default client's Client.EnableDumpEachRequestWithoutRequest.
338func EnableDumpEachRequestWithoutRequest() *Client {
339 return defaultClient.EnableDumpEachRequestWithoutRequest()
340}
341
342// EnableDumpEachRequestWithoutResponseBody is a global wrapper methods which delegated
343// to the default client's Client.EnableDumpEachRequestWithoutResponseBody.

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…