diff --git a/doc/api/http2.md b/doc/api/http2.md index e8b505bfcf9c1a..9307244c30fc9f 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2938,12 +2938,11 @@ Url { added: v8.4.0 --> +* Extends: {Stream} + This object is created internally by an HTTP server — not by the user. It is passed as the second parameter to the [`'request'`][] event. -The response inherits from [Stream][], and additionally implements the -following: - #### Event: 'close'