isDuplex

open val isDuplex: Boolean = false

Flag indicating that this request body should be handled as a duplex stream by the underlying engine.

Most request bodies are sent completely before the response is received. In full duplex mode the request and response bodies may be interleaved. Only HTTP/2 calls support duplex streaming.