aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/http.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index 62965fcea5..4923b6a61d 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1404,7 +1404,7 @@ const server = http.createServer((req, res) => {
added: v0.4.0
-->
-* {number}
+* {number} **Default:** `200`
When using implicit headers (not calling [`response.writeHead()`][] explicitly),
this property controls the status code that will be sent to the client when