wwJsonSerializer::AddHeader
Adds an HTTP header to the current .oHttp
instance.
This method is a shortcut for .oHttp.AddHeader()
to make the functionality easier to discover.
o.AddHeader(lcHeader, lcValue)
Parameters
lcHeader
The header to set on the active request
lcValue
The value to set the header to.