Android appending additional headers

元气小坏坏 提交于 2019-12-24 05:53:30

问题


When receiving a response from a volley request, the following headers are appended:

X-Android-Received-Millis:1395544235409

X-Android-Response-Source:NETWORK 200

X-Android-Sent-Millis:1395544235363

According to Android Network Monitor tool, the above headers contribute to the data usage by the app and I was wondering if there's a way to prevent them from being appended to the response header?

Thanks

来源:https://stackoverflow.com/questions/40306887/android-appending-additional-headers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!