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 @@ -2628,14 +2628,13 @@ HTTP/2.
26282628added: v8.4.0
26292629-->
26302630
2631+ * Extends: {stream.Readable}
2632+
26312633A ` Http2ServerRequest ` object is created by [ ` http2.Server ` ] [ ] or
26322634[ ` http2.SecureServer ` ] [ ] and passed as the first argument to the
26332635[ ` 'request' ` ] [ ] event. It may be used to access a request status, headers, and
26342636data.
26352637
2636- It implements the [ Readable Stream] [ ] interface, as well as the
2637- following additional events, methods, and properties.
2638-
26392638#### Event: 'aborted'
26402639<!-- YAML
26412640added: v8.4.0
@@ -3468,7 +3467,6 @@ following additional properties:
34683467[ RFC 7838 ] : https://tools.ietf.org/html/rfc7838
34693468[ RFC 8336 ] : https://tools.ietf.org/html/rfc8336
34703469[ RFC 8441 ] : https://tools.ietf.org/html/rfc8441
3471- [ Readable Stream ] : stream.html#stream_class_stream_readable
34723470[ `'checkContinue'` ] : #http2_event_checkcontinue
34733471[ `'connect'` ] : #http2_event_connect
34743472[ `'request'` ] : #http2_event_request
You can’t perform that action at this time.
0 commit comments