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

Function DisableAllowGetMethodPayload

client_wrapper.go:674–676  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

672// DisableAllowGetMethodPayload is a global wrapper methods which delegated
673// to the default client's Client.DisableAllowGetMethodPayload.
674func DisableAllowGetMethodPayload() *Client {
675 return defaultClient.DisableAllowGetMethodPayload()
676}
677
678// EnableAllowGetMethodPayload is a global wrapper methods which delegated
679// to the default client's Client.EnableAllowGetMethodPayload.

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…