getAllResponseHeaders method

Returns the complete list of response headers.

Syntax

 retVal = object.getAllResponseHeaders();

Parameters

This method has no parameters.

Standards information

Remarks

IHTMLXMLHttpRequest::getAllResponseHeaders was introduced in Windows Internet Explorer 7.

Each name/value pair is delimited by a carriage return/line feed (CR/LF) sequence.

See also

IHTMLXMLHttpRequest::getResponseHeader