//okhttp/okhttp3/EventListener/requestHeadersStart
requestHeadersStart¶
[jvm]\ open fun requestHeadersStart(call: Call)
Invoked just prior to sending request headers.
The connection is implicit, and will generally relate to the last connectionAcquired event.
This can be invoked more than 1 time for a single Call. For example, if the response to the Call.request is a redirect to a different address.