parseMultipart
fun parseMultipart(
coroutineContext: <ERROR CLASS>,
input: ByteReadChannel,
headers: HttpHeadersMap
): ReceiveChannel<MultipartEvent>
Deprecated: Specify CoroutineScope explicitly
fun parseMultipart(
coroutineContext: <ERROR CLASS>,
input: ByteReadChannel,
contentType: CharSequence,
contentLength: Long?
): ReceiveChannel<MultipartEvent>
Deprecated: Specify coroutine scope explicitly
fun parseMultipart(
coroutineContext: <ERROR CLASS>,
boundaryPrefixed: ByteBuffer,
input: ByteReadChannel,
totalLength: Long?
): ReceiveChannel<MultipartEvent>
Deprecated: Use parseMultipart with coroutine scope specified