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
path: root/doc
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2018-08-23 04:15:07 +0300
committerMichaël Zasso <targos@protonmail.com>2018-09-06 09:52:21 +0300
commit2a3e26a5f61708fca20254cb1d60257a7c665222 (patch)
tree0a0ffb1015f2e0d2db7b770eef7324b394d6dc59 /doc
parentb58ac093f140ba2f7651316c437e525501c41664 (diff)
http2: graduate from experimental
PR-URL: https://github.com/nodejs/node/pull/22466 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http2.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 33659b79eff..b08e3b34984 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -1,8 +1,14 @@
# HTTP/2
-
+<!-- YAML
+added: v8.4.0
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/22466
+ description: HTTP/2 is now Stable. Previously, it had been Experimental.
+-->
<!--introduced_in=v8.4.0-->
-> Stability: 1 - Experimental
+> Stability: 2 - Stable
The `http2` module provides an implementation of the [HTTP/2][] protocol. It
can be accessed using: