EnableDumpWithoutBody is a global wrapper methods which delegated to the default client, create a request and EnableDumpWithoutBody for request.
()
| 429 | // EnableDumpWithoutBody is a global wrapper methods which delegated |
| 430 | // to the default client, create a request and EnableDumpWithoutBody for request. |
| 431 | func EnableDumpWithoutBody() *Request { |
| 432 | return defaultClient.R().EnableDumpWithoutBody() |
| 433 | } |
| 434 | |
| 435 | // EnableDumpWithoutHeader is a global wrapper methods which delegated |
| 436 | // to the default client, create a request and EnableDumpWithoutHeader for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…