Sets the value of an HTTP requst header.
This method should be called after the request is opened, but before the request is sent.
Multiple calls with the same header will combine all their values into a single header.
XMLHttpRequest.setRequestHeader from MDN.
The setRequestHeader() method-method) from W3C.