wrapWithContent
fun HttpClientCall.wrapWithContent(
content: ByteReadChannel,
shouldCloseOrigin: Boolean
): HttpClientCall
Deprecated: Parameter [shouldCloseOrigin] is deprecated
fun HttpClientCall.wrapWithContent(
content: ByteReadChannel
): HttpClientCall
Wrap existing HttpClientCall with new content.