4 references to Brotli
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (4)
24
private static readonly StringWithQualityHeaderValue s_brotliHeaderValue = new(
Brotli
);
37
List<string?> methods = [GZipEnabled ? Gzip : null, DeflateEnabled ? Deflate : null, BrotliEnabled ?
Brotli
: null];
80
if (BrotliEnabled && !EncodingExists(acceptEncoding,
Brotli
))
104
else if (BrotliEnabled && string.Equals(last,
Brotli
, StringComparison.OrdinalIgnoreCase))