//okhttp/okhttp3/Response/receivedResponseAtMillis
receivedResponseAtMillis¶
[jvm]\
@get:JvmName(name = "receivedResponseAtMillis")
val receivedResponseAtMillis: Long
Returns a timestamp taken immediately after OkHttp received this response’s headers from the network. If this response is being served from the cache then this is the timestamp of the original response.