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

Function SetAutoDecodeContentType

client_wrapper.go:368–370  ·  view source on GitHub ↗

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

(contentTypes ...string)

Source from the content-addressed store, hash-verified

366// SetAutoDecodeContentType is a global wrapper methods which delegated
367// to the default client's Client.SetAutoDecodeContentType.
368func SetAutoDecodeContentType(contentTypes ...string) *Client {
369 return defaultClient.SetAutoDecodeContentType(contentTypes...)
370}
371
372// SetAutoDecodeContentTypeFunc is a global wrapper methods which delegated
373// to the default client's Client.SetAutoDecodeAllTypeFunc.

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…