getHeaderValue
getHeaderValue(key: String): String;
The getHeaderValue method of the JadeRestRequest class returns the value of the header specified in the key parameter if it has been set; otherwise it returns null (that is, an empty string).
2022.0.01 and higher