envoyproxy/envoy
在 GitHub 查看feature request: `skip_if_present` for request/response headers to add
Open
#9,525 创建于 2019年12月30日
area/httphelp wanted
仓库指标
- Star
- (27,997 star)
- PR 合并指标
- (平均合并 8天) (30 天内合并 378 个 PR)
描述
Title: skip_if_present for request/response headers to add
Description:
When using request/response_headers_to_add, the only options are either replace the header or append to it. Sometimes it may be preferable to simply ignore if the header is already set. This would add a boolean skip_if_present option to core.HeaderValueOption that defaults to false.