mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
section
|
|
h3(id='req.secure') req.secure
|
|
|
|
p.
|
|
Check if a TLS connection is established. This is a short-hand for:
|
|
|
|
+js.
|
|
return 'https' == this.protocol;
|