Edit Page

req.is()

Returns true if this request's declared "Content-Type" matches the specified media/mime type.

Specifically, this method matches the given type against this request's "Content-Type" header.

Usage

req.is(type);

Example

Assuming the request contains a "Content-Type" header, "text/html; charset=utf-8":

req.is('html');
// -> true
req.is('text/html');
// -> true
req.is('text/*');
// -> true

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.

Check out the official Sails VS Code extension

Documentation

Reference

Sails logo

Reference

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