replace-response icon indicating copy to clipboard operation
replace-response copied to clipboard

is there a way to specify replace only when its 200 ok response code

Open anantshri opened this issue 1 year ago • 1 comments

I would like to replace text but only when its 200 ok and if there is any other code i would much rather not do replacement.

anantshri avatar Nov 21 '23 08:11 anantshri

Not possible at this time, but some refactoring of the handler could make it possible to use a ResponseMatcher before employing the transformers. Want to submit a PR? (Sorry for the late reply. Had a baby.)

mholt avatar Mar 07 '24 01:03 mholt