Returns the current value of the specified response header (header).
res.get(header);
res.get('Content-Type');
// -> "text/plain"
- The
headerargument is case-insensitive. +Response headers can be changed up until the response is sent - seeres.set().