Gets the value of the HTTP header with the given name. If that header is not set, the returned value will be undefined.
method
http.OutgoingMessage.getHeader
name: string
): undefined | string | number | string[];
@param name
Name of header
method
Gets the value of the HTTP header with the given name. If that header is not set, the returned value will be undefined.
Name of header