getAllResponseHeaders method
[This documentation is preliminary and is subject to change.]
Returns the complete list of response headers.
Syntax
BSTR retVal = object.getAllResponseHeaders();
Standards information
- XMLHttpRequest, Section 3.7.4
Parameters
This method has no parameters.
Remarks
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
Build date: 1/26/2012