Skip to content

Commit

Permalink
RDoc-2551 Fix review comment (remove Brotli)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle9897 committed Jan 11, 2024
1 parent 698d07b commit 6483caa
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* [Http.AllowResponseCompressionOverHttps](../../server/configuration/http-configuration#http.allowresponsecompressionoverhttps)
* [Http.GzipResponseCompressionLevel](../../server/configuration/http-configuration#http.gzipresponsecompressionlevel)
* [Http.DeflateResponseCompressionLevel](../../server/configuration/http-configuration#http.deflateresponsecompressionlevel)
* [Http.BrotliResponseCompressionLevel](../../server/configuration/http-configuration#http.brotliresponsecompressionlevel)
* [Http.ZstdResponseCompressionLevel](../../server/configuration/http-configuration#http.zstdresponsecompressionlevel)
* [Http.StaticFilesResponseCompressionLevel](../../server/configuration/http-configuration#http.staticfilesresponsecompressionlevel)
* [Http.Protocols](../../server/configuration/http-configuration#http.protocols)
Expand Down Expand Up @@ -194,17 +193,6 @@ Set the compression level to be used when compressing HTTP responses with Deflat

{PANEL/}

{PANEL: Http.BrotliResponseCompressionLevel}

Set the compression level to be used when compressing HTTP responses with Brotli.

- **Type**: `enum CompressionLevel` (`Optimal`, `Fastest`, `NoCompression`, `SmallestSize`)
- **Default**: `Fastest`
- **Scope**: Server-wide only
- **Used for setting Kestrel property**: [Level](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.responsecompression.gzipcompressionprovideroptions.level?view=aspnetcore-8.0#microsoft-aspnetcore-responsecompression-gzipcompressionprovideroptions-level)

{PANEL/}

{PANEL: Http.ZstdResponseCompressionLevel}

Set the compression level to be used when compressing HTTP responses with Zstd.
Expand Down

0 comments on commit 6483caa

Please sign in to comment.