envoyproxy/envoy
Vedi su GitHubfeature request: `skip_if_present` for request/response headers to add
Open
#9525 aperta il 30 dic 2019
area/httphelp wanted
Metriche repository
- Star
- (27.997 star)
- Metriche merge PR
- (Merge medio 8g) (378 PR mergiate in 30 g)
Descrizione
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.