summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2019-08-21 11:16:27 -0700
committerRich Trott <rtrott@gmail.com>2019-08-23 13:16:03 -0700
commit31c3fc075b471882f6c4ecfc322d857516c8b016 (patch)
tree2baa4643bf8f460332046a654a3ecdbbc7bb3ef0 /doc
parent824b3e2a552560322730d3baeae2d6e116c7bcd0 (diff)
downloadandroid-node-v8-31c3fc075b471882f6c4ecfc322d857516c8b016.tar.gz
android-node-v8-31c3fc075b471882f6c4ecfc322d857516c8b016.tar.bz2
android-node-v8-31c3fc075b471882f6c4ecfc322d857516c8b016.zip
doc: indicate that Http2ServerRequest extends Readable
PR-URL: https://github.com/nodejs/node/pull/29253 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http2.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 9307244c30..444d54f055 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'
<!-- YAML
added: v8.4.0
@@ -3468,7 +3467,6 @@ following additional properties:
[RFC 7838]: https://tools.ietf.org/html/rfc7838
[RFC 8336]: https://tools.ietf.org/html/rfc8336
[RFC 8441]: https://tools.ietf.org/html/rfc8441
-[Readable Stream]: stream.html#stream_class_stream_readable
[`'checkContinue'`]: #http2_event_checkcontinue
[`'connect'`]: #http2_event_connect
[`'request'`]: #http2_event_request