lisaogren / axios-cache-adapter

Caching adapter for axios. Store request results in a configurable store to prevent unneeded network requests.
MIT License
726 stars 107 forks source link

Use expires-header as fallback when cache-control is insufficient #244

Open Sjolus opened 3 years ago

Sjolus commented 3 years ago

See RasCarlito#243

codecov[bot] commented 3 years ago

Codecov Report

Merging #244 (89bdc44) into master (2d51cee) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 89bdc44 differs from pull request most recent head 410a023. Consider uploading reports for the commit 410a023 to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##            master      #244   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          235       235           
=========================================
  Hits           235       235           
Impacted Files Coverage Δ
src/response.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2d51cee...410a023. Read the comment docs.