Skip to content

Commit e61b62b

Browse files
authored
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 f076c36 commit e61b62b

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
@@ -1507,7 +1507,7 @@ affects new connections to the server, not any existing connections.
15071507
added: v0.1.17
15081508
-->
15091509

1510-
* Extends: {Stream}
1510+
* Extends: {http.OutgoingMessage}
15111511

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

0 commit comments

Comments
 (0)