OkHttp的GET请求默认使用gzip吗?

huangapple go评论83阅读模式
英文:

Does Okhttp GET request uses gzip as default?

问题

我需要知道GET请求的响应是否使用gzip进行了压缩/解压缩?

英文:

I need to know whether the response of the GET request is compressed/decompressed using gzip or not?

答案1

得分: 2

好的,以下是翻译好的部分:

OkHttp 在处理响应体时会自动进行透明的 gzip 压缩,除非你使用以下 Header 禁用该功能:

Accept-Encoding: identity
英文:

OkHttp will do transparent gzip on response bodies unless you disable the feature with this Header:

Accept-Encoding: identity

huangapple
  • 本文由 发表于 2020年5月5日 17:12:12
  • 转载请务必保留本文链接:https://go.coder-hub.com/61609641.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定