Commit 2fd335d
committed
composite: add implementation for filter_chain (#42724)
## Description
This PR adds the implementation for `filter_chain` in the Composite
Filter. The API was added as part of
[this](envoyproxy/envoy#40885) PR.
This would allow multiple HTTP filters to be delegated to as a single
action, with filters executing in order for decoding and reverse order
for encoding.
---
**Commit Message:** composite: add implementation for filter_chain
**Additional Description:** Adds the implementation for `filter_chain`
in the Composite Filter.
**Risk Level:** Low
**Testing:** Added Unit + Integration Tests
**Docs Changes:** Added
**Release Notes:** Added
Signed-off-by: Rohit Agrawal <[email protected]>
Mirrored from https://github.com/envoyproxy/envoy @ 77b78698f753d78b39863002149a76133d162d861 parent f1ba728 commit 2fd335d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments