Appends the given newHeaders to the headers listed in HttpRequest, overwriting any with the same name. NOTE: Case sensitive.
newHeaders
the source request
header name/value pairs
an updated variant of the request
Generated using TypeDoc
Appends the given
newHeaders
to the headers listed in HttpRequest, overwriting any with the same name. NOTE: Case sensitive.