3 references to Brotli
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\DecompressionHandler.cs (3)
24
private static readonly StringWithQualityHeaderValue s_brotliHeaderValue = new StringWithQualityHeaderValue(
Brotli
);
64
if (BrotliEnabled && !EncodingExists(request.Headers.AcceptEncoding,
Brotli
))
89
else if (BrotliEnabled && string.Equals(last,
Brotli
, StringComparison.OrdinalIgnoreCase))