EnableDumpWithoutResponse is a global wrapper methods which delegated to the default client, create a request and EnableDumpWithoutResponse for request.
()
| 441 | // EnableDumpWithoutResponse is a global wrapper methods which delegated |
| 442 | // to the default client, create a request and EnableDumpWithoutResponse for request. |
| 443 | func EnableDumpWithoutResponse() *Request { |
| 444 | return defaultClient.R().EnableDumpWithoutResponse() |
| 445 | } |
| 446 | |
| 447 | // EnableDumpWithoutRequest is a global wrapper methods which delegated |
| 448 | // to the default client, create a request and EnableDumpWithoutRequest for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…