致力于传输大小确实很重要的场景。
有什么方法可以在 APIM 配置中指定用于压缩响应的 gzip 压缩级别吗?
使用
set-header
策略为Content-Encoding
部分响应中的outbound
标头设置所需值,APIM将压缩有效负载,例如:
<outbound>
<set-header name="Content-Encoding" exist-action="override">
<value>gzip</value>
</set-header>
</outbound>