Description
Retrieves the value of the specified header (if existing) from the latest HTTP response.
Parameters
Return Type
String
The value of the response header.
Example
string hdrValue = httpGetHeader("Content-Type");
See also
Retrieves the value of the specified header (if existing) from the latest HTTP response.
String
The value of the response header.
string hdrValue = httpGetHeader("Content-Type");