@@ -286,7 +286,7 @@ session.on('timeout', () => { /** .. **/ });
286
286
287
287
#### http2session.alpnProtocol
288
288
<!-- YAML
289
- added: REPLACEME
289
+ added: v8.11.2
290
290
-->
291
291
292
292
* Value: {string|undefined}
@@ -298,7 +298,7 @@ property.
298
298
299
299
#### http2session.close([ callback] )
300
300
<!-- YAML
301
- added: REPLACEME
301
+ added: v8.11.2
302
302
-->
303
303
304
304
* ` callback ` {Function}
@@ -313,7 +313,7 @@ If specified, the `callback` function is registered as a handler for the
313
313
314
314
#### http2session.closed
315
315
<!-- YAML
316
- added: REPLACEME
316
+ added: v8.11.2
317
317
-->
318
318
319
319
* Value: {boolean}
@@ -323,7 +323,7 @@ Will be `true` if this `Http2Session` instance has been closed, otherwise
323
323
324
324
#### http2session.connecting
325
325
<!-- YAML
326
- added: REPLACEME
326
+ added: v8.11.2
327
327
-->
328
328
329
329
* {boolean}
@@ -366,7 +366,7 @@ longer be used, otherwise `false`.
366
366
367
367
#### http2session.encrypted
368
368
<!-- YAML
369
- added: REPLACEME
369
+ added: v8.11.2
370
370
-->
371
371
372
372
* Value: {boolean|undefined}
@@ -378,7 +378,7 @@ or stream.
378
378
379
379
#### http2session.goaway([ code, [ lastStreamID, [ opaqueData]]] )
380
380
<!-- YAML
381
- added: REPLACEME
381
+ added: v8.11.2
382
382
-->
383
383
384
384
* ` code ` {number} An HTTP/2 error code
@@ -401,7 +401,7 @@ A prototype-less object describing the current local settings of this
401
401
402
402
#### http2session.originSet
403
403
<!-- YAML
404
- added: REPLACEME
404
+ added: v8.11.2
405
405
-->
406
406
407
407
* Value: {string[ ] |undefined}
@@ -462,7 +462,7 @@ If the `payload` argument is not specified, the default payload will be the
462
462
463
463
#### http2session.ref()
464
464
<!-- YAML
465
- added: REPLACEME
465
+ added: v8.11.2
466
466
-->
467
467
468
468
Calls [ ` ref() ` ] [ `net.Socket.prototype.ref` ] on this ` Http2Session `
@@ -572,7 +572,7 @@ client.
572
572
573
573
#### http2session.unref()
574
574
<!-- YAML
575
- added: REPLACEME
575
+ added: v8.11.2
576
576
-->
577
577
578
578
Calls [ ` unref() ` ] [ `net.Socket.prototype.unref` ] on this ` Http2Session `
@@ -585,7 +585,7 @@ added: v8.4.0
585
585
586
586
#### serverhttp2session.altsvc(alt, originOrStream)
587
587
<!-- YAML
588
- added: REPLACEME
588
+ added: v8.11.2
589
589
-->
590
590
591
591
* ` alt ` {string} A description of the alternative service configuration as
@@ -656,7 +656,7 @@ added: v8.4.0
656
656
657
657
#### Event: 'altsvc'
658
658
<!-- YAML
659
- added: REPLACEME
659
+ added: v8.11.2
660
660
-->
661
661
662
662
* ` alt ` : {string}
@@ -906,7 +906,7 @@ connected HTTP/2 peer.
906
906
907
907
#### http2stream.closed
908
908
<!-- YAML
909
- added: REPLACEME
909
+ added: v8.11.2
910
910
-->
911
911
912
912
* Value: {boolean}
@@ -925,7 +925,7 @@ usable.
925
925
926
926
#### http2stream.pending
927
927
<!-- YAML
928
- added: REPLACEME
928
+ added: v8.11.2
929
929
-->
930
930
931
931
* Value: {boolean}
@@ -968,7 +968,7 @@ calling `http2stream.close()`, or `http2stream.destroy()`. Will be
968
968
969
969
#### http2stream.sentHeaders
970
970
<!-- YAML
971
- added: REPLACEME
971
+ added: v8.11.2
972
972
-->
973
973
974
974
* Value: {HTTP/2 Headers Object}
@@ -977,7 +977,7 @@ An object containing the outbound headers sent for this `Http2Stream`.
977
977
978
978
#### http2stream.sentInfoHeaders
979
979
<!-- YAML
980
- added: REPLACEME
980
+ added: v8.11.2
981
981
-->
982
982
983
983
* Value: {HTTP/2 Headers Object[ ] }
@@ -987,7 +987,7 @@ sent for this `Http2Stream`.
987
987
988
988
#### http2stream.sentTrailers
989
989
<!-- YAML
990
- added: REPLACEME
990
+ added: v8.11.2
991
991
-->
992
992
993
993
* Value: {HTTP/2 Headers Object}
@@ -1698,7 +1698,7 @@ changes:
1698
1698
pr-url: https://github.com/nodejs/node/pull/16676
1699
1699
description: Added the `maxHeaderListPairs` option with a default limit of
1700
1700
128 header pairs.
1701
- - version: REPLACEME
1701
+ - version: v8.11.2
1702
1702
pr-url: https://github.com/nodejs/node/pull/15752
1703
1703
description: Added the `Http1IncomingMessage` and `Http1ServerResponse`
1704
1704
option.
0 commit comments