Edit Page

req.protocol

The protocol used to send this request (req).

Usage

req.protocol;

Example

switch (req.protocol) {
 case 'http':
 // this is an HTTP request
 break;
 case 'https':
 // this is a secure HTTPS request
 break;
}

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 によって変換されたページ (->オリジナル) /