EnableDumpWithoutResponseBody is a global wrapper methods which delegated to the default client, create a request and EnableDumpWithoutResponseBody for request.
()
| 459 | // EnableDumpWithoutResponseBody is a global wrapper methods which delegated |
| 460 | // to the default client, create a request and EnableDumpWithoutResponseBody for request. |
| 461 | func EnableDumpWithoutResponseBody() *Request { |
| 462 | return defaultClient.R().EnableDumpWithoutResponseBody() |
| 463 | } |
| 464 | |
| 465 | // SetRetryCount is a global wrapper methods which delegated |
| 466 | // to the default client, create a request and SetRetryCount for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…