getRawResponse

open fun getRawResponse(): Response

Method to get the "raw" response (i.e. the underlying OkHttp3.Response object). null is return if the response was already consumed. It is the responsibility of the application to close the response after consuming it.

Return

raw response as Response