Back to Expressjs

Res Get

_includes/api/en/3x/res-get.md

latest141 B
Original Source
<h3 id='res.get'>res.get(field)</h3>

Get the case-insensitive response header field.

js
res.get('Content-Type')
// => "text/plain"