gugray / rss-parrot

Notifies Mastodon accounts about new posts in the RSS feeds they follow
https://rss-parrot.net
MIT License
109 stars 7 forks source link

Handle HEAD requests for static content #17

Closed gugray closed 7 months ago

gugray commented 7 months ago

the site will return 405 instead of 404 for HEAD requests. not implementing meaningful handlers because most content is dynamic and we don't want to generate it twice.