From 0fb7c03cb7716b823b9492b407b604df39616bca 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 --- 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