envoyproxy/envoy

feature request: `skip_if_present` for request/response headers to add

Open

#9,525 创建于 2019年12月30日

在 GitHub 查看
 (5 评论) (1 反应) (0 负责人)C++ (5,373 fork)batch import
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.

贡献者指南