method Headers.append
Jump to headingHeaders.append(name: string,value: string,): void
Appends a new value onto an existing header inside a Headers
object, or
adds the header if it does not already exist.
Parameters Jump to heading
Jump to headingname: string
Jump to headingvalue: string
Return Type Jump to heading
void