From 71c28a4d2bf0137e4b56788124343c8c00dc11d7 Mon Sep 17 00:00:00 2001 From: Natalie Fearnley Date: Mon, 5 Aug 2019 13:03:42 -0400 Subject: [PATCH] doc: documented default statusCode PR-URL: https://github.com/nodejs/node/pull/28982 Reviewed-By: Anna Henningsen Reviewed-By: Trivikram Kamat Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Rich Trott --- doc/api/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http.md b/doc/api/http.md index 62965fcea54545..4923b6a61d840f 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