Skip to content

Commit 444754b

Browse files
lpincajuanarbol
authored andcommitted
doc: improve doc for http.ServerResponse inheritance
Document that `http.ServerResponse` inherits from `http.OutgoingMessage`. PR-URL: #42693 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent a7a59ac commit 444754b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@ affects new connections to the server, not any existing connections.
14971497
added: v0.1.17
14981498
-->
14991499

1500-
* Extends: {Stream}
1500+
* Extends: {http.OutgoingMessage}
15011501

15021502
This object is created internally by an HTTP server, not by the user. It is
15031503
passed as the second parameter to the [`'request'`][] event.

0 commit comments

Comments
 (0)