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

decodeChunked

fun CoroutineScope.decodeChunked(input: ByteReadChannel): DecoderJob
Deprecated: Specify content length if known or pass -1L


fun CoroutineScope.decodeChunked(input: ByteReadChannel, contentLength: Long): DecoderJob

Start a chunked stream decoder coroutine