MarginaliaSearch/code/functions/live-capture/test/nu/marginalia
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
..
livecapture Add a new function 'Live Capture' for on-demand screenshot capture 2024-09-27 13:46:34 +02:00
rss (feed-fetcher) Make feed fetcher requests conditional 2024-12-27 15:10:15 +01:00