EnableDumpWithoutHeader is a global wrapper methods which delegated to the default client, create a request and EnableDumpWithoutHeader for request.
()
| 435 | // EnableDumpWithoutHeader is a global wrapper methods which delegated |
| 436 | // to the default client, create a request and EnableDumpWithoutHeader for request. |
| 437 | func EnableDumpWithoutHeader() *Request { |
| 438 | return defaultClient.R().EnableDumpWithoutHeader() |
| 439 | } |
| 440 | |
| 441 | // EnableDumpWithoutResponse is a global wrapper methods which delegated |
| 442 | // to the default client, create a request and EnableDumpWithoutResponse for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…