ktor-http-cio / io.ktor.http.cio / kotlinx.coroutines.CoroutineScope / parseMultipart

parseMultipart

fun CoroutineScope.parseMultipart(input: ByteReadChannel, headers: HttpHeadersMap): ReceiveChannel<MultipartEvent>
fun CoroutineScope.parseMultipart(input: ByteReadChannel, contentType: CharSequence, contentLength: Long?): ReceiveChannel<MultipartEvent>
fun CoroutineScope.parseMultipart(boundaryPrefixed: ByteBuffer, input: ByteReadChannel, totalLength: Long?): ReceiveChannel<MultipartEvent>
Deprecated: This is going to be removed. Use parseMultipart(contentType) instead.

Starts a multipart parser coroutine producing multipart events