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