pub(crate) async fn get_checksums( http: &mut SendRequest<Empty<Bytes>>, uri: Uri, ) -> Result<HashMap<String, String>>
Fetch a HashMap of filename to checksum from a [Uri]
HashMap
Uri