Dear All,
I'm thinking about adding ETag support to XML::RSS::TimingBot, but I wonder if it's worth the bother. Are there actually HTTP servers that support ETag/If-None-Match that don't also support Last-Modified/If-Modified-Since?
(I already have XML::RSS::TimingBot doing Last-Modified/If-Modified-Since)
Re:ETag Support
pudge on 2004-04-13T23:06:02
For Slash, we do some dynamic RSS now (and plan to roll out even more), and use ETag for it.
Why dynamic? So http://use.perl.org/index.pl?content_type=rss&logtoken=... will give you RSS matching your own prefs. So you can include the daily module listings, or exclude user group meetings, etc.Re:ETag Support
TorgoX on 2004-04-14T23:52:11
Excellent excellent!