req.secure

中英双语

如果建立了 TLS 连接,则为 true 的布尔属性。相当于:

console.dir(req.protocol === 'https')
// => true