addHeader

addHeader(name:  StringUtf8; 
          value: StringUtf8) typeMethod;

The addHeader method of the Orb class adds an additional header to the request using the name specified by the name parameter with the value specified by the value parameter.

This method overrides the value of default optional headers that Orb sends.