property Parameters: TStringList;
Description
Gets or sets the parameters of the request.
Before the request is executed, these parameters are appended to the URL as key-value pairs, separated by ampersands. For example: https://targetserver.com/endpoint?param1=value1¶m2=value2¶m3=value3