//okhttp/okhttp3/Response/networkResponse
networkResponse¶
[common, nonJvm]\ [common]\ expect val networkResponse: Response?
[nonJvm]\ actual val networkResponse: Response?
Returns the raw response received from the network. Will be null if this response didn’t use the network, such as when the response is fully cached. The body of the returned response should not be read.
[jvm]\
@get:JvmName(name = "networkResponse")
actual val networkResponse: Response?