Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index cfd9ca4fa36..a67fc387d83 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -285,7 +285,7 @@ session.on('timeout', () => { /** .. **/ });
#### http2session.alpnProtocol
<!-- YAML
-added: REPLACEME
+added: v9.4.0
-->
* Value: {string|undefined}
@@ -297,7 +297,7 @@ property.
#### http2session.close([callback])
<!-- YAML
-added: REPLACEME
+added: v9.4.0
-->
* `callback` {Function}
@@ -312,7 +312,7 @@ If specified, the `callback` function is registered as a handler for the
#### http2session.closed
<!-- YAML
-added: REPLACEME
+added: v9.4.0
-->
* Value: {boolean}
@@ -354,7 +354,7 @@ longer be used, otherwise `false`.
#### http2session.encrypted
<!-- YAML
-added: REPLACEME
+added: v9.4.0
-->
* Value: {boolean|undefined}
@@ -366,7 +366,7 @@ or stream.
#### http2session.goaway([code, [lastStreamID, [opaqueData]]])
<!-- YAML
-added: REPLACEME
+added: v9.4.0
-->
* `code` {number} An HTTP/2 error code
@@ -389,7 +389,7 @@ A prototype-less object describing the current local settings of this
#### http2session.originSet
<!-- YAML
-added: REPLACEME
+added: v9.4.0
-->
* Value: {string[]|undefined}
@@ -450,7 +450,7 @@ If the `payload` argument is not specified, the default payload will be the
#### http2session.ref()
<!-- YAML
-added: REPLACEME
+added: v9.4.0
-->
Calls [`ref()`][`net.Socket.prototype.ref`] on this `Http2Session`
@@ -587,7 +587,7 @@ client.
#### http2session.unref()
<!-- YAML
-added: REPLACEME
+added: v9.4.0
-->
Calls [`unref()`][`net.Socket.prototype.unref`] on this `Http2Session`
@@ -600,7 +600,7 @@ added: v8.4.0
#### serverhttp2session.altsvc(alt, originOrStream)
<!-- YAML
-added: REPLACEME
+added: v9.4.0
-->
* `alt` {string} A description of the alternative service configuration as
@@ -671,7 +671,7 @@ added: v8.4.0
#### Event: 'altsvc'
<!-- YAML
-added: REPLACEME
+added: v9.4.0
-->
The `'altsvc'` event is emitted whenever an `ALTSVC` frame is received by
@@ -917,7 +917,7 @@ connected HTTP/2 peer.
#### http2stream.closed
<!-- YAML
-added: REPLACEME
+added: v9.4.0
-->
* Value: {boolean}
@@ -936,7 +936,7 @@ usable.
#### http2stream.pending
<!-- YAML
-added: REPLACEME
+added: v9.4.0
-->
* Value: {boolean}