mmcdole / gofeed

Parse RSS, Atom and JSON feeds in Go
MIT License
2.51k stars 204 forks source link

ParseURL use Etag and LastModified #227

Open Timshel opened 1 month ago

Timshel commented 1 month ago

Hey

Started using the lib and was surprised there was nothing to handle Etag or LastModified headers. Found the still opened https://github.com/mmcdole/gofeed/issues/111.

So made a quick draft of integrating it.