diff --git a/doc/api/http.md b/doc/api/http.md index b591af50981875..2cc2585ca1add3 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1497,7 +1497,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.