parameter
Adds a query parameter to the request URL.
Parameters are automatically URL-encoded and appended to the URL's query string. Multiple calls to this method accumulate parameters rather than replacing them.
Parameters
name
The parameter name (will be URL-encoded).
value
The parameter value (will be URL-encoded).