feat(response-rewrite): support filters#6750
Merged
Merged
Conversation
kwanhur
force-pushed
the
feat-resp-filter
branch
3 times, most recently
from
March 30, 2022 10:45
ae7b211 to
d6ae58d
Compare
* match pattern can be regex or fixed string * match mode can be once or global, default once * ngx.re.sub(gsub) default options jo Signed-off-by: kwanhur <[email protected]>
kwanhur
force-pushed
the
feat-resp-filter
branch
from
March 30, 2022 14:03
d6ae58d to
5bcf2f5
Compare
kwanhur
marked this pull request as ready for review
March 31, 2022 13:40
spacewander
reviewed
Apr 1, 2022
Signed-off-by: kwanhur <[email protected]>
Signed-off-by: kwanhur <[email protected]>
Signed-off-by: kwanhur <[email protected]>
Co-authored-by: 罗泽轩 <[email protected]>
…king Signed-off-by: kwanhur <[email protected]>
Signed-off-by: kwanhur <[email protected]>
…s valid err Signed-off-by: kwanhur <[email protected]>
Signed-off-by: kwanhur <[email protected]>
Signed-off-by: kwanhur <[email protected]>
Signed-off-by: kwanhur <[email protected]>
spacewander
reviewed
Apr 2, 2022
spacewander
reviewed
Apr 2, 2022
Signed-off-by: kwanhur <[email protected]>
Signed-off-by: kwanhur <[email protected]>
Signed-off-by: kwanhur <[email protected]>
Signed-off-by: kwanhur <[email protected]>
Signed-off-by: kwanhur <[email protected]>
spacewander
reviewed
Apr 7, 2022
…red filed Signed-off-by: kwanhur <[email protected]>
Co-authored-by: 罗泽轩 <[email protected]>
tzssangglass
reviewed
Apr 8, 2022
Signed-off-by: kwanhur <[email protected]>
Signed-off-by: kwanhur <[email protected]>
Signed-off-by: kwanhur <[email protected]>
Signed-off-by: kwanhur <[email protected]>
spacewander
approved these changes
Apr 10, 2022
tzssangglass
approved these changes
Apr 11, 2022
Liu-Junlin
pushed a commit
to Liu-Junlin/apisix
that referenced
this pull request
May 20, 2022
Co-authored-by: 罗泽轩 <[email protected]>
5 tasks
spacewander
added a commit
that referenced
this pull request
Jun 30, 2022
Co-authored-by: 罗泽轩 <[email protected]>
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.
Description
Support filters to do substitute.
Change: add property
filters.Fixes #5451
Checklist