EnableDumpEachRequestWithoutHeader is a global wrapper methods which delegated to the default client's Client.EnableDumpEachRequestWithoutHeader.
()
| 324 | // EnableDumpEachRequestWithoutHeader is a global wrapper methods which delegated |
| 325 | // to the default client's Client.EnableDumpEachRequestWithoutHeader. |
| 326 | func EnableDumpEachRequestWithoutHeader() *Client { |
| 327 | return defaultClient.EnableDumpEachRequestWithoutHeader() |
| 328 | } |
| 329 | |
| 330 | // EnableDumpEachRequestWithoutResponse is a global wrapper methods which delegated |
| 331 | // to the default client's Client.EnableDumpEachRequestWithoutResponse. |
nothing calls this directly
no test coverage detected
searching dependent graphs…