Remove support for modifying request parameters

Request parameters are a server-side constructor, specific to the
servlet specification. Rather than modifying request parameters the
query string of the URI or the form URL encoded content of the body
should be modified instead.

Closes gh-846
This commit is contained in:
Andy Wilkinson
2022-10-12 10:17:01 +01:00
parent a5e466b49e
commit b4be34bf8e
4 changed files with 0 additions and 340 deletions

View File

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