sails
Version:
API-driven framework for building realtime apps, using MVC conventions (based on Express and Socket.io)
17 lines (8 loc) • 312 B
Markdown
# `req.secure`
Indicates whether or not the request was sent over a secure [TLS](http://en.wikipedia.org/wiki/Transport_Layer_Security) connection (i.e. `https://` or `wss://`).
### Usage
```usage
req.secure;
```
<docmeta name="displayName" value="req.secure">
<docmeta name="pageType" value="property">