router: add REQ(header-name) header formatter#8782
Merged
zuercher merged 12 commits intoenvoyproxy:masterfrom Nov 7, 2019
Merged
router: add REQ(header-name) header formatter#8782zuercher merged 12 commits intoenvoyproxy:masterfrom
zuercher merged 12 commits intoenvoyproxy:masterfrom
Conversation
Risk Level: low Testing: unit tests Doc Changes: yes Release Notes: yes Fixes envoyproxy#8683 Signed-off-by: Anatoly Scheglov <ascheglov@yandex-team.ru>
zuercher
requested changes
Oct 28, 2019
Member
zuercher
left a comment
There was a problem hiding this comment.
Thanks! I have some comments, but I think this will be a nice feature to have.
Member
|
Also there's an implementation of StreamInfo in |
added 4 commits
October 31, 2019 00:02
Signed-off-by: Anatoly Scheglov <ascheglov@yandex-team.ru>
Signed-off-by: Anatoly Scheglov <ascheglov@yandex-team.ru>
Signed-off-by: Anatoly Scheglov <ascheglov@yandex-team.ru>
Signed-off-by: Anatoly Scheglov <ascheglov@yandex-team.ru>
Member
|
I think if you merge master, the coverage test will stop failing. There were a few commits to increase coverage not long after you branched. |
added 4 commits
November 1, 2019 13:52
…o_additional_resp_headers Signed-off-by: Anatoly Scheglov <ascheglov@yandex-team.ru>
Signed-off-by: Anatoly Scheglov <ascheglov@yandex-team.ru>
Signed-off-by: Anatoly Scheglov <ascheglov@yandex-team.ru>
Signed-off-by: Anatoly Scheglov <ascheglov@yandex-team.ru>
…o_additional_resp_headers
zuercher
approved these changes
Nov 5, 2019
zuercher
previously approved these changes
Nov 5, 2019
zuercher
approved these changes
Nov 7, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
request_headers_to_add and response_headers_to_add can now use "%REQ(header-name)%"
Use cases:
Risk Level: low
Testing: unit tests
Doc Changes: yes
Release Notes: yes
Fixes #8683