File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2653,14 +2653,13 @@ HTTP/2.
2653
2653
added: v8.4.0
2654
2654
-->
2655
2655
2656
+ * Extends: {stream.Readable}
2657
+
2656
2658
A ` Http2ServerRequest ` object is created by [ ` http2.Server ` ] [ ] or
2657
2659
[ ` http2.SecureServer ` ] [ ] and passed as the first argument to the
2658
2660
[ ` 'request' ` ] [ ] event. It may be used to access a request status, headers, and
2659
2661
data.
2660
2662
2661
- It implements the [ Readable Stream] [ ] interface, as well as the
2662
- following additional events, methods, and properties.
2663
-
2664
2663
#### Event: 'aborted'
2665
2664
<!-- YAML
2666
2665
added: v8.4.0
@@ -3479,7 +3478,6 @@ following additional properties:
3479
3478
[ RFC 7838 ] : https://tools.ietf.org/html/rfc7838
3480
3479
[ RFC 8336 ] : https://tools.ietf.org/html/rfc8336
3481
3480
[ RFC 8441 ] : https://tools.ietf.org/html/rfc8441
3482
- [ Readable Stream ] : stream.html#stream_class_stream_readable
3483
3481
[ Using `options.selectPadding()` ] : #http2_using_options_selectpadding
3484
3482
[ `'checkContinue'` ] : #http2_event_checkcontinue
3485
3483
[ `'connect'` ] : #http2_event_connect
You can’t perform that action at this time.
0 commit comments