DisableAllowGetMethodPayload is a global wrapper methods which delegated to the default client's Client.DisableAllowGetMethodPayload.
()
| 672 | // DisableAllowGetMethodPayload is a global wrapper methods which delegated |
| 673 | // to the default client's Client.DisableAllowGetMethodPayload. |
| 674 | func 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. |
nothing calls this directly
no test coverage detected
searching dependent graphs…