add Parameters
Adds multiple Request.Parameters to the request. For GET requests, the parameters will be appended to the end of the URL as query parameters. For POST requests, the parameters will be added to the request's form body.
Since
200.2.0
Parameters
parameters
an iterable collection of Request.Parameters to be added to the request.