It would be nice to have the checksum value of the requested file in the http response headers when we are trying to download it.
It can helpful to check the integrity of the downloaded file, the content length isn't reliable enough.
Of course, we can hit the api to grab the checksum, but it can be inconsistent when the file is cached.