diff --git a/doc/api/http.md b/doc/api/http.md index 5c3c7d9a7a7180..c13bfed0543bab 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1505,7 +1505,7 @@ affects new connections to the server, not any existing connections. added: v0.1.17 --> -* Extends: {Stream} +* Extends: {http.OutgoingMessage} This object is created internally by an HTTP server, not by the user. It is passed as the second parameter to the [`'request'`][] event.