readASCIILine

suspend fun ByteReadChannel.readASCIILine(
    estimate: Int = 16,
    limit: Int = Int.MAX_VALUE
): String?