writeMultipleRanges
|
fun CoroutineScope.writeMultipleRanges(channelProducer: (LongRange) -> ByteReadChannel, ranges: List<LongRange>, fullLength: Long?, boundary: String, contentType: String): ByteReadChannel
Start multirange response writer coroutine
|