From 88fb8e45ee0812950f99e698a676863ffa4312c4 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 8851ae8d6e4893..ad34b6e1e7df40 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1994,6 +1994,12 @@ as an argument to any listeners on the event. ### `message.headers` * {Object}