ktor-server-core / io.ktor.features / kotlinx.coroutines.CoroutineScope

Extensions for kotlinx.coroutines.CoroutineScope

writeMultipleRanges

fun CoroutineScope.writeMultipleRanges(channelProducer: (LongRange) -> ByteReadChannel, ranges: List<LongRange>, fullLength: Long?, boundary: String, contentType: String): ByteReadChannel

Start multirange response writer coroutine