Provide a preprocessor for modifying a request’s parameters
Closes gh-155
This commit is contained in:
@@ -109,6 +109,7 @@ the name is equal to any of the given header names.
|
||||
response where the name matches any of the given regular expression patterns.
|
||||
|
||||
|
||||
|
||||
[[customizing-requests-and-responses-preprocessors-replace-patterns]]
|
||||
==== Replacing patterns
|
||||
|
||||
@@ -118,6 +119,14 @@ replaced.
|
||||
|
||||
|
||||
|
||||
[[customizing-requests-and-responses-preprocessors-modify-request-parameters]]
|
||||
==== Modifying request parameters
|
||||
|
||||
`modifyParameters` on `Preprocessors` can be used to add, set, and remove request
|
||||
parameters.
|
||||
|
||||
|
||||
|
||||
[[customizing-requests-and-responses-preprocessors-modify-uris]]
|
||||
==== Modifying URIs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user