Skip to content

headers()

OverEasy edited this page Feb 20, 2018 · 2 revisions

headers()

Return the current set of headers in a string as name:value\r\n

This method will return the request headers if readyState is 1 (readyStateOpened), or it will produce the response headers if readyState is >= 2 (readyStateHdrsRecvd).

return is type String