Is there an HttpClient that handles caching requests on its own?

前端 未结 2 1216
礼貌的吻别
礼貌的吻别 2020-12-06 12:32

I have an app that needs to make repeated requests for content on the web. Now the server side implementation follows the standards for http caching using the headers. I was

2条回答
  •  一整个雨季
    2020-12-06 12:51

    If I recall correctly the Google Data Libraries have one. Not sure if it interacts with the headers.

提交回复
热议问题