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

Function EnableDumpEachRequestWithoutHeader

client_wrapper.go:326–328  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

324// EnableDumpEachRequestWithoutHeader is a global wrapper methods which delegated
325// to the default client's Client.EnableDumpEachRequestWithoutHeader.
326func EnableDumpEachRequestWithoutHeader() *Client {
327 return defaultClient.EnableDumpEachRequestWithoutHeader()
328}
329
330// EnableDumpEachRequestWithoutResponse is a global wrapper methods which delegated
331// to the default client's Client.EnableDumpEachRequestWithoutResponse.

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…