File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -233,10 +233,13 @@ session.on('remoteSettings', (settings) => {
233
233
added: v8.4.0
234
234
-->
235
235
236
- The ` 'stream' ` event is emitted when a new ` Http2Stream ` is created. When
237
- invoked, the handler function will receive a reference to the ` Http2Stream `
238
- object, a [ HTTP/2 Headers Object] [ ] , and numeric flags associated with the
239
- creation of the stream.
236
+ * ` stream ` {Http2Stream} A reference to the stream
237
+ * ` headers ` {HTTP/2 Headers Object} An object describing the headers
238
+ * ` flags ` {number} The associated numeric flags
239
+ * ` rawHeaders ` {Array} An array containing the raw header names followed by
240
+ their respective values.
241
+
242
+ The ` 'stream' ` event is emitted when a new ` Http2Stream ` is created.
240
243
241
244
``` js
242
245
const http2 = require (' http2' );
You can’t perform that action at this time.
0 commit comments