envoyproxy/envoy

CacheFilter: Serve HEAD requests from cache

Open

#10,020 opened on 2020年2月12日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/cachehelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

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.

コントリビューターガイド