是否有带有响应缓存的 Ruby http 客户端库?
是否有一个 Ruby http 客户端库,其中 ETag 自动缓存响应,并将 If-Non-Match 标头应用于以前使用的 URL 上的请求?
Is there a Ruby http client library where responses are automatically cached by ETag and the If-Non-Match header applied to requests on previously used URLs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
rufus-jig 支持条件 GET。
rufus-jig supports conditional GET.
您可能需要检查“Ruby HTTP 客户端功能"(2015 年 1 月的存档版本)了解完整概述。
You might want to check the list of "Ruby HTTP clients features" (archived version from January 2015) for a complete overview.
看看 Faraday-HTTP-Cache。
Take a look at Faraday-HTTP-Cache.