Function isCompressedFormat
Returns true for a selected but incomplete list of mime-types that are describing a compressed format.
bool isCompressedFormat
(
string mimetype
) pure nothrow @nogc @safe;
This function is useful for avoiding redundant compression.