method OutgoingMessage.prototype.getHeaderOutgoingMessage.prototype.getHeader(name: string): number | string | string[] | undefinedDeprecatedGets the value of the HTTP header with the given name. If that header is not set, the returned value will be undefined. Parametersname: stringName of header Return Typenumber | string | string[] | undefined