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

Function EnableDumpEachRequestWithoutRequestBody

client_wrapper.go:350–352  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

348// EnableDumpEachRequestWithoutRequestBody is a global wrapper methods which delegated
349// to the default client's Client.EnableDumpEachRequestWithoutRequestBody.
350func EnableDumpEachRequestWithoutRequestBody() *Client {
351 return defaultClient.EnableDumpEachRequestWithoutRequestBody()
352}
353
354// DisableAutoReadResponse is a global wrapper methods which delegated
355// to the default client's Client.DisableAutoReadResponse.

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…