2 references to ShouldCompressExact
Microsoft.AspNetCore.ResponseCompression (2)
ResponseCompressionProvider.cs (2)
204var shouldCompress = ShouldCompressExact(mimeType) //check exact match type/subtype 254return ShouldCompressExact(partialMimeType);