From 7b7b8f21cb0b14f0dd3f7d7d7cf6e12ba19ae116 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 986dca8ab9d13e..b75cddbe13c736 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1402,7 +1402,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