EnableDumpEachRequestWithoutResponse is a global wrapper methods which delegated to the default client's Client.EnableDumpEachRequestWithoutResponse.
()
| 330 | // EnableDumpEachRequestWithoutResponse is a global wrapper methods which delegated |
| 331 | // to the default client's Client.EnableDumpEachRequestWithoutResponse. |
| 332 | func EnableDumpEachRequestWithoutResponse() *Client { |
| 333 | return defaultClient.EnableDumpEachRequestWithoutResponse() |
| 334 | } |
| 335 | |
| 336 | // EnableDumpEachRequestWithoutRequest is a global wrapper methods which delegated |
| 337 | // to the default client's Client.EnableDumpEachRequestWithoutRequest. |
nothing calls this directly
no test coverage detected
searching dependent graphs…