Provide a preprocessor for modifying a request’s parameters

Closes gh-155
This commit is contained in:
Andy Wilkinson
2016-04-13 17:50:19 +01:00
parent c4b7438708
commit 2897b8d1b4
5 changed files with 356 additions and 3 deletions

View File

@@ -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