MarginaliaSearch/code/functions/live-capture/java/nu/marginalia/rss
Viktor Lofgren 3bc99639a0 (feed-fetcher) Make feed fetcher requests conditional
Add `If-None-Match` and `If-Modified-Since` headers as appropriate to the feed fetcher's requests.  On well-configured web servers, this should short-circuit the request and reduce the amount of bandwidth and processing that is necessary.

A new table was added to the FeedDb to hold one etag per domain.

If-Modified-Since semantics are based on the creation date for the feed database, which should serve as a cutoff date for the earliest update we can have received.

This completes the changes for Issue #136.
2024-12-27 15:10:15 +01:00
..
db (feed-fetcher) Make feed fetcher requests conditional 2024-12-27 15:10:15 +01:00
model (feeds) Add logic to handle URI fragments in feed items 2024-11-23 16:38:56 +01:00
svc (feed-fetcher) Make feed fetcher requests conditional 2024-12-27 15:10:15 +01:00