ForNeVeR / fornever.me

Friedrich von Never: Engineer, Programmer, Gentleman.
https://fornever.me
MIT License
24 stars 4 forks source link

Support for delta feeds (RFC3229+feed) #50

Open Minoru opened 7 years ago

Minoru commented 7 years ago

Just merged an interesting PR to Newsbeuter: akrennmair/newsbeuter#390. Quoting the description:

The If-None-Match header combined with the A-IM: feed header 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.

Minoru commented 7 years ago

See also akrennmair/newsbeuter#394