parsePartBody

suspend fun parsePartBody(boundaryPrefixed: ByteBuffer, input: ByteReadChannel, output: ByteWriteChannel, headers: HttpHeadersMap, limit: Long = Long.MAX_VALUE): Long

Deprecated (with error)

This is going to be removed. Use parseMultipart instead.

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