forked from simplepie/simplepie
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Negotiate cache_expiration_time #26
Merged
Merged
Commits on Sep 15, 2024
-
Add support for HTTP cache headers
- `Cache-Control: max-age` minus `Age`, extendable by `$simplepie_cache_duration` - `Cache-Control: must-revalidate` will prevent `$simplepie_cache_duration` from extending past the `max-age` - `Cache-Control: no-cache` will return the current time - `Cache-Control: no-store` will return `0` - `Expires` but only if `Cache-Control: max-age` is absent
Configuration menu - View commit details
-
Copy full SHA for 0cd7af4 - Browse repository at this point
Copy the full SHA 0cd7af4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c7c435 - Browse repository at this point
Copy the full SHA 0c7c435View commit details -
Configuration menu - View commit details
-
Copy full SHA for af830e1 - Browse repository at this point
Copy the full SHA af830e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5793627 - Browse repository at this point
Copy the full SHA 5793627View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8e3f92 - Browse repository at this point
Copy the full SHA f8e3f92View commit details
Commits on Sep 16, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for b72dd25 - Browse repository at this point
Copy the full SHA b72dd25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cf1883 - Browse repository at this point
Copy the full SHA 9cf1883View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d70f420 - Browse repository at this point
Copy the full SHA d70f420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f405df - Browse repository at this point
Copy the full SHA 0f405dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 545f7cd - Browse repository at this point
Copy the full SHA 545f7cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b18c7d3 - Browse repository at this point
Copy the full SHA b18c7d3View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ecee8d4 - Browse repository at this point
Copy the full SHA ecee8d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a60217 - Browse repository at this point
Copy the full SHA 2a60217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c35bf5 - Browse repository at this point
Copy the full SHA 3c35bf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88b53f7 - Browse repository at this point
Copy the full SHA 88b53f7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.