如果建立了 TLS 连接,则为 true 的布尔属性。
req.secure
如果建立了 TLS 连接,则为 true 的布尔属性。相当于以下内容:
req.protocol === 'https'
← req.route req.signedCookies →