Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5645b21

Browse filesBrowse files
ExE-Bossdanielleadams
authored andcommitted
doc: document "http: lazy create IncomingMessage.headers"
Refs: #35281 Refs: #36550 Co-authored-by: raisinten <raisinten@gmail.com> PR-URL: #36601 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 3ee4cfc commit 5645b21
Copy full SHA for 5645b21

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/http.md‎

Copy file name to clipboardExpand all lines: doc/api/http.md
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1980,6 +1980,12 @@ as an argument to any listeners on the event.
19801980
### `message.headers`
19811981
<!-- YAML
19821982
added: v0.1.5
1983+
changes:
1984+
- version: v15.1.0
1985+
pr-url: https://github.com/nodejs/node/pull/35281
1986+
description: >-
1987+
`message.headers` is now lazily computed using an accessor property
1988+
on the prototype.
19831989
-->
19841990

19851991
* {Object}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.