wrapWithContent
Wrap existing HttpClientCall with new content.
fun HttpClientCall.wrapWithContent(content: ByteReadChannel, shouldCloseOrigin: Boolean): HttpClientCall
Deprecated (with error)
Parameter [shouldCloseOrigin] is deprecated
Replace with
wrapWithContent(content)
Content copied to clipboard
Wrap existing HttpClientCall with new content.