Microsoft.AspNetCore.ResponseCompression Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types used to dynamically compress response bodies and reduce bandwidth utilization.
Brotli |
Brotli compression provider. |
Brotli |
Options for the BrotliCompressionProvider |
Compression |
A Collection of ICompressionProvider's that also allows them to be instantiated from an IServiceProvider. |
Gzip |
GZIP compression provider. |
Gzip |
Options for the GzipCompressionProvider |
Response |
Defaults for the ResponseCompressionMiddleware |
Response |
Enable HTTP response compression. |
Response |
Options for the HTTP response compression middleware. |
Response |
Used to examine requests and responses to see if compression should be enabled. |
ICompression |
Provides a specific compression implementation to compress HTTP responses. |
IResponse |
Used to examine requests and responses to see if compression should be enabled. |
For more information about ASP.NET Core response compression, see Response compression.