ktor-http-cio / io.ktor.http.cio / parsePartBody

parsePartBody

suspend fun parsePartBody(boundaryPrefixed: ByteBuffer, input: ByteReadChannel, output: ByteWriteChannel, headers: HttpHeadersMap, limit: Long = Long.MAX_VALUE): Long
Deprecated: This is going to be removed. Use parseMultipart instead.

Parse multipart part body copying them to output channel but up to limit bytes