Provide a preprocessor for modifying request and response headers

See gh-584
This commit is contained in:
Jihoon Cha
2022-03-07 18:54:34 +09:00
committed by Andy Wilkinson
parent 683686ea46
commit 768a43a61e
5 changed files with 405 additions and 0 deletions

View File

@@ -125,6 +125,13 @@ Any occurrences that match a regular expression are replaced.
[[customizing-requests-and-responses-preprocessors-modify-headers]]
==== Modifying Headers
You can use `modifyHeaders` on `Preprocessors` to add, set, and remove request or response headers.
[[customizing-requests-and-responses-preprocessors-modify-request-parameters]]
==== Modifying Request Parameters