Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cache): use vary headers to compare cached response with request headers #3

Closed
wants to merge 15 commits into from

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    b3fc8a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fa3d01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f523d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d40ba2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    930bdb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. feat(cache): give each entry an 'expiry' field instead of 'ttl' and '…

    …insertTime'. Also exported the CacheStore.
    IsakT committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d1da90f View commit details
    Browse the repository at this point in the history
  2. feat(cache): cleanup

    IsakT committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b616607 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    b57253e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. feat(cache): handle Range header and treat it as a vary. Also fixed b…

    …ug where data structure weren't correctly parsed back from JSON
    IsakT committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    64e044f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb3ff47 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    ee288c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    550decb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a1a84d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    d5be580 View commit details
    Browse the repository at this point in the history
  2. fix(cache): minor refactor

    IsakT committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d8fbbcd View commit details
    Browse the repository at this point in the history