parseMultipart
fun CoroutineScope.parseMultipart(input: ByteReadChannel, headers: HttpHeadersMap): ReceiveChannel<MultipartEvent>
Content copied to clipboard
fun CoroutineScope.parseMultipart(input: ByteReadChannel, contentType: CharSequence, contentLength: Long?): ReceiveChannel<MultipartEvent>
Content copied to clipboard
Content copied to clipboard
Starts a multipart parser coroutine producing multipart events