Contents

getAllResponseHeaders

Returns all of the response headers.

Declaration

String getAllResponseHeaders();
DOMString getAllResponseHeaders();

Return Value

A string representation of the response headers.

Discussion

Returns null if no responses have been received.

See Also

Manipulating the Header List