fusion icon indicating copy to clipboard operation
fusion copied to clipboard

[FR] Send `If-Modified-Since` HTTP header to feed servers

Open mtlynch opened this issue 9 months ago • 0 comments

What

Since fusion knows the last time it refreshed a server's contents, it can send the If-Modified-Since header. The server can respond with HTTP 304 Not Modified to say that there are no updates since our last query.

Why

(Optional) How

I'd like to keep refactoring the pull module to the point where we split out the HTTP fetch logic into something that's easy for us to unit test.

mtlynch avatar Mar 16 '25 20:03 mtlynch