mirror of
https://github.com/sigoden/dufs.git
synced 2026-06-07 23:16:54 +03:00
[PR #407] feat: implements remaining http cache conditionals #6830
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/sigoden/dufs/pull/407
State: closed
Merged: Yes
Hi,
this PR fixes/implements some of the HTTP conditionals like "if-modified":
This PR implements/fixes those conditionals and also adds some testcases for all 4.
I hope you like it.
For reference, MDN Documentation: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Unmodified-Since
edit: clarified "if-modified-since". I misread the code.