addHeader

addHeader(key:   String;
          value: String): Integer updating;

The addHeader method of the JadeRestRequest class adds or modifies the header specified in the key parameter with the value specified in the value parameter. This method can also be used to remove an existing header, by setting the value parameter to null (that is, an empty string).

This method returns the:

2022.0.01 and higher