EnableDumpEachRequestWithoutBody is a global wrapper methods which delegated to the default client's Client.EnableDumpEachRequestWithoutBody.
()
| 318 | // EnableDumpEachRequestWithoutBody is a global wrapper methods which delegated |
| 319 | // to the default client's Client.EnableDumpEachRequestWithoutBody. |
| 320 | func EnableDumpEachRequestWithoutBody() *Client { |
| 321 | return defaultClient.EnableDumpEachRequestWithoutBody() |
| 322 | } |
| 323 | |
| 324 | // EnableDumpEachRequestWithoutHeader is a global wrapper methods which delegated |
| 325 | // to the default client's Client.EnableDumpEachRequestWithoutHeader. |
nothing calls this directly
no test coverage detected
searching dependent graphs…