mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
section
|
|
h3(id='res.status') res.status(code)
|
|
|
|
p.
|
|
Chainable alias of node's '`res.statusCode=`.
|
|
|
|
+js.
|
|
req.status(204).sendfile('path/to/404.png');
|