res.get(field)
Returns the HTTP response header specified by field. The match is case-insensitive.
res.get('Content-Type');
// => "text/plain"
res.get(field)
Returns the HTTP response header specified by field. The match is case-insensitive.
res.get('Content-Type');
// => "text/plain"
Please login to continue.