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

Function EnableAutoDecode

client_wrapper.go:392–394  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

390// EnableAutoDecode is a global wrapper methods which delegated
391// to the default client's Client.EnableAutoDecode.
392func EnableAutoDecode() *Client {
393 return defaultClient.EnableAutoDecode()
394}
395
396// SetUserAgent is a global wrapper methods which delegated
397// to the default client's Client.SetUserAgent.

Callers

nothing calls this directly

Calls 1

EnableAutoDecodeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…