Edit Page

res.get()

Returns the current value of the specified response header (header).

Usage

#
res.get(header);

Example

#
res.get('Content-Type');
// -> "text/plain"

Notes

#
  • The header argument is case-insensitive.
  • Response headers can be changed up until the response is sent. See res.set() for details.

Is something missing?

If you notice something we've missed or could be improved on, please follow this link and submit a pull request to the sails repo. Once we merge it, the changes will be reflected on the website the next time it is deployed.

Reference

Reference