CacheFilter: Serve HEAD requests from cache
Open
area/cache
help wanted
- Dominant language
- C++
- Stars
- 28.9k
- Forks
- 5.6k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 430
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.
Contributor guide
Assessment
This issue has not been assessed yet.