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

Function EnableDumpEachRequestWithoutResponse

client_wrapper.go:332–334  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

330// EnableDumpEachRequestWithoutResponse is a global wrapper methods which delegated
331// to the default client's Client.EnableDumpEachRequestWithoutResponse.
332func EnableDumpEachRequestWithoutResponse() *Client {
333 return defaultClient.EnableDumpEachRequestWithoutResponse()
334}
335
336// EnableDumpEachRequestWithoutRequest is a global wrapper methods which delegated
337// to the default client's Client.EnableDumpEachRequestWithoutRequest.

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…