From 5645b21e236f79cdf2ee635837f2bea8b42195b3 Mon Sep 17 00:00:00 2001 From: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Date: Tue, 22 Dec 2020 14:00:00 +0100 Subject: [PATCH] =?UTF-8?q?doc:=20document=C2=A0"http:=20lazy=C2=A0create?= =?UTF-8?q?=20IncomingMessage.headers"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/pull/35281 Refs: https://github.com/nodejs/node/issues/36550 Co-authored-by: raisinten PR-URL: https://github.com/nodejs/node/pull/36601 Reviewed-By: Rich Trott Reviewed-By: Antoine du Hamel --- doc/api/http.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api/http.md b/doc/api/http.md index e5e4609dbcf03c..28c2b232b9fe69 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1980,6 +1980,12 @@ as an argument to any listeners on the event. ### `message.headers` * {Object}