mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
10 lines
186 B
Plaintext
10 lines
186 B
Plaintext
section
|
|
h3(id='req.subdomains') req.subdomains
|
|
|
|
p.
|
|
Return subdomains as an array.
|
|
|
|
+js.
|
|
// Host: "tobi.ferrets.example.com"
|
|
req.subdomains
|
|
// => ["ferrets", "tobi"] |