Skip to content

Commit

Permalink
doc: document "http: lazy create IncomingMessage.headers"
Browse files Browse the repository at this point in the history
Refs: nodejs#35281
Refs: nodejs#36550

Co-authored-by: raisinten <raisinten@gmail.com>

PR-URL: nodejs#36601
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
ExE-Boss authored and Trott committed Dec 25, 2020
1 parent f441c8b commit 88fb8e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/api/http.md
Expand Up @@ -1994,6 +1994,12 @@ as an argument to any listeners on the event.
### `message.headers`
<!-- YAML
added: v0.1.5
changes:
- version: v15.1.0
pr-url: https://github.com/nodejs/node/pull/35281
description: >-
`message.headers` is now lazily computed using an accessor property
on the prototype.
-->

* {Object}
Expand Down

0 comments on commit 88fb8e4

Please sign in to comment.