getHttpHeader
function getHttpHeader(httpConn: http; name: string): string;
Returns the value of the header 'name' from the http response. For example, if the http response contains the header "Content-type: text/plain", calling 'getHttpHeader' with 'name' set to "Content-type" will return "text/plain".
See also: Http connectivity