area/cachehelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (Avg merge 8d) (378 merged PRs in 30d)
Description
CacheFilter currently only does cache lookups for GET requests. HEAD requests can also be served from cache. It's not that valuable, but it's also mostly trivial.
We could also insert HEAD responses into cache, but it's probably not worth it.