copyMultipart
suspend fun copyMultipart(
headers: HttpHeadersMap,
input: ByteReadChannel,
out: ByteWriteChannel
): Unit
Deprecated: Simply copy required number of bytes from input to output instead
suspend fun copyMultipart(
headers: HttpHeadersMap,
input: ByteReadChannel,
out: ByteWriteChannel
): Unit
Deprecated: Simply copy required number of bytes from input to output instead