pub const CHECKSUM_ALGORITHMS_IN_PRIORITY_ORDER: [&str; 4];
Expand description
When a response has to be checksum-verified, we have to check possible headers until we find the header with the precalculated checksum. Because a service may send back multiple headers, we have to check them in order based on how fast each checksum is to calculate.