diff --git a/doc/api/http2.md b/doc/api/http2.md index 80cecbbe46c741..1236bf3faf3ff4 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2951,12 +2951,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'