//okhttp/okhttp3/EventListener/requestBodyEnd
requestBodyEnd¶
[jvm]\ open fun requestBodyEnd(call: Call, byteCount: Long)
Invoked immediately after sending a request body.
This method is always invoked after requestBodyStart.
//okhttp/okhttp3/EventListener/requestBodyEnd
[jvm]\ open fun requestBodyEnd(call: Call, byteCount: Long)
Invoked immediately after sending a request body.
This method is always invoked after requestBodyStart.