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