HttpCompression
Compression methods for HTTP that can be applied to requests or responses in a web application or service.
Items
Name
Value
Description
None
0
No compression is applied to the HTTP data.
Gzip
1
Applies Gzip compression, which is widely used for reducing the size of HTTP data.
Last updated