open fun requestHeadersEnd(call: Call, request: Request): Unit
Invoked immediately after sending request headers.
This method is always invoked after requestHeadersStart.
request - the request sent over the network. It is an error to access the body of this
request.