parseMultipart

fun CoroutineScope.parseMultipart(input: ByteReadChannel, headers: HttpHeadersMap, maxPartSize: Long = Long.MAX_VALUE): ReceiveChannel<MultipartEvent>
fun CoroutineScope.parseMultipart(input: ByteReadChannel, contentType: CharSequence, contentLength: Long?, maxPartSize: Long = Long.MAX_VALUE): ReceiveChannel<MultipartEvent>

Starts a multipart parser coroutine producing multipart events