EnableDumpEachRequestWithoutRequestBody is a global wrapper methods which delegated to the default client's Client.EnableDumpEachRequestWithoutRequestBody.
()
| 348 | // EnableDumpEachRequestWithoutRequestBody is a global wrapper methods which delegated |
| 349 | // to the default client's Client.EnableDumpEachRequestWithoutRequestBody. |
| 350 | func EnableDumpEachRequestWithoutRequestBody() *Client { |
| 351 | return defaultClient.EnableDumpEachRequestWithoutRequestBody() |
| 352 | } |
| 353 | |
| 354 | // DisableAutoReadResponse is a global wrapper methods which delegated |
| 355 | // to the default client's Client.DisableAutoReadResponse. |
nothing calls this directly
no test coverage detected
searching dependent graphs…