httpGetHeader

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