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 <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Ricky Zhou <[email protected]> Reviewed-By: James M Snell <[email protected]>
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)