ktor-client-core / io.ktor.client.features.observer / wrapWithContent

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.