faraday http cache:尊重HTTP缓存的法拉第中间件 源码
法拉第Http缓存 一种中间件,它通过检查存储的响应的到期和验证来尊重HTTP缓存。 安装 将其添加到您的Gemfile中: gem 'faraday-http-cache' 用法和配置 您必须使用您想要的法拉第实例中的中间件,以及合适的store来缓存响应。 您可以使用带符号的新快捷方式或传递中间件类 client = Faraday . new do | builder | builder . use :http_cache , store : Rails . cache # or builder . use Faraday :: HttpCache , store : R
文件列表
faraday-http-cache-master.zip
(预估有个37文件)
faraday-http-cache-master
.gitignore
167B
README.md
5KB
.rubocop.yml
1KB
gemfiles
Gemfile.faraday-0.8
313B
Gemfile.faraday-1.0
317B
CHANGELOG.md
2KB
bin
rspec
372B
暂无评论