okhttp / okhttp3 / EventListener / responseBodyStart

responseBodyStart

open fun responseBodyStart(call: Call): Unit

Invoked just prior to receiving the response body.

The connection is implicit, and will generally relate to the last connectionAcquired event.

This will usually be invoked only 1 time for a single Call, exceptions are a limited set of cases including failure recovery.