addFormUrlData

addFormUrlData(key:   String;
               value: String);

The addFormUrlData method of the JadeRestRequest class adds data as (key, value) pairs specified in the key and value parameters to the body of the HTTP request in the Form URL encoded format.

Use this method when the dataFormat property is set to DataFormat_FormUrlEncoding.

2020.0.01 and higher