GZIP压缩功能支持的格式有:
- text/plain:纯文本格式
- text/html:HTML文档格式
- application/xhtml+xml:XHTML文档格式
- application/xml:XML文档格式
- text/xml:XML文档格式(不支持压缩)
- image/svg+xml:SVG矢量图形格式
- application/rss+xml:RSS订阅格式
- application/atom+xml:Atom订阅格式
- application/vnd.ms-excel:Excel表格格式
- application/vnd.ms-powerpoint:PowerPoint幻灯片格式
- application/vnd.android.package-archive:Android应用安装包格式
- application/zip:ZIP文件格式
CDN使用GZIP压缩功能能够降低网络传输中的冗余数据,提高传输效率和网络响应速度。