diff --git a/doc/api/http2.md b/doc/api/http2.md index 9307244c30fc9f..444d54f0551f73 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2628,14 +2628,13 @@ HTTP/2. added: v8.4.0 --> +* Extends: {stream.Readable} + A `Http2ServerRequest` object is created by [`http2.Server`][] or [`http2.SecureServer`][] and passed as the first argument to the [`'request'`][] event. It may be used to access a request status, headers, and data. -It implements the [Readable Stream][] interface, as well as the -following additional events, methods, and properties. - #### Event: 'aborted'