fornever.me
fornever.me copied to clipboard
Support for delta feeds (RFC3229+feed)
Just merged an interesting PR to Newsbeuter: akrennmair/newsbeuter#390. Quoting the description:
The
If-None-Matchheader combined with theA-IM: feedheader instructs compatible servers to only send the feed entries that have been added or changed since the feed was last updated. (As determined using the ETag sent by the server which is later returned by the If-None-Match header.)
Sounds like something you might want to implement for your server.
See also akrennmair/newsbeuter#394