Edit Page

req.accepts()

Checks whether this request's stated list of "accepted" media types includes the specified type. Returns true or false.

Usage

req.accepts(type);

Example

req.accepts('application/json');
// -> true
req.accepts('json');
// -> true

Notes

  • See the accepts module for the finer details of the header parsing algorithm used in Sails/Express/Koa/Connect.

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-docs repo. Once we merge it, the changes will be reflected on the website the next time it is deployed.

Documentation

Reference

AltStyle によって変換されたページ (->オリジナル) /