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

Function EnableAllowGetMethodPayload

client_wrapper.go:680–682  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

678// EnableAllowGetMethodPayload is a global wrapper methods which delegated
679// to the default client's Client.EnableAllowGetMethodPayload.
680func EnableAllowGetMethodPayload() *Client {
681 return defaultClient.EnableAllowGetMethodPayload()
682}
683
684// SetCommonRetryCount is a global wrapper methods which delegated
685// to the default client's Client.SetCommonRetryCount.

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…