MCPcopy Index your code
hub / github.com/imroc/req / DisableAutoReadResponse

Function DisableAutoReadResponse

client_wrapper.go:356–358  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

354// DisableAutoReadResponse is a global wrapper methods which delegated
355// to the default client's Client.DisableAutoReadResponse.
356func DisableAutoReadResponse() *Client {
357 return defaultClient.DisableAutoReadResponse()
358}
359
360// EnableAutoReadResponse is a global wrapper methods which delegated
361// to the default client's Client.EnableAutoReadResponse.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…