You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).