Skip to content

Commit 88fb8e4

Browse files
ExE-BossTrott
authored andcommitted
doc: document "http: lazy create IncomingMessage.headers"
Refs: #35281 Refs: #36550 Co-authored-by: raisinten <[email protected]> PR-URL: #36601 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent f441c8b commit 88fb8e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/http.md

+6
Original file line numberDiff line numberDiff line change
@@ -1994,6 +1994,12 @@ as an argument to any listeners on the event.
19941994
### `message.headers`
19951995
<!-- YAML
19961996
added: v0.1.5
1997+
changes:
1998+
- version: v15.1.0
1999+
pr-url: https://github.com/nodejs/node/pull/35281
2000+
description: >-
2001+
`message.headers` is now lazily computed using an accessor property
2002+
on the prototype.
19972003
-->
19982004

19992005
* {Object}

0 commit comments

Comments
 (0)