文件名称:faraday-http-cache, 一个支持HTTP缓存的法拉第.zip
文件大小:34KB
文件格式:ZIP
更新时间:2022-10-29 20:56:35
开源
faraday-http-cache, 一个支持HTTP缓存的法拉第 Faraday 通过检查已经存储响应的过期和验证来尊重HTTP高速缓存的法拉第基于消息的中间件。安装将它添加到你的Gemfile:gem 'faraday-http-cache'的使用和配置你必须在需要的法拉第实例
【文件预览】:
faraday-http-cache-master
----.gitignore(167B)
----README.md(5KB)
----.rubocop.yml(1KB)
----gemfiles()
--------Gemfile.faraday-0.8(313B)
----CHANGELOG.md(2KB)
----bin()
--------rspec(372B)
--------rake(364B)
----Gemfile(253B)
----log()
--------.gitkeep(0B)
----examples()
--------github.rb(672B)
--------parallel.rb(553B)
----LICENSE(578B)
----.rspec(37B)
----CONTRIBUTING.md(702B)
----faraday-http-cache.gemspec(735B)
----spec()
--------json_spec.rb(563B)
--------support()
--------validation_spec.rb(1KB)
--------storage_spec.rb(5KB)
--------cache_control_spec.rb(4KB)
--------http_cache_spec.rb(10KB)
--------request_spec.rb(1KB)
--------response_spec.rb(8KB)
--------instrumentation_spec.rb(2KB)
--------binary_spec.rb(569B)
--------spec_helper.rb(574B)
----.travis.yml(463B)
----lib()
--------faraday()
--------faraday-http-cache.rb(29B)
----Rakefile(144B)