decodeChunked
fun CoroutineScope.decodeChunked(input: ByteReadChannel, contentLength: Long): DecoderJob
Content copied to clipboard
Start a chunked stream decoder coroutine
Decode chunked transfer encoding from the input channel and write the result in out.
Throws
if stream has ended unexpectedly.
if the format is invalid.
Content copied to clipboard
Chunked stream decoding loop