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
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2018-10-17 02:07:24 +0300
commit18a2b3dc8ea441a2630488b73931ba4fa578177e (patch)
tree918198a94e62eda600a121d8fc39f0d98c782bd2 /doc
parent069fd794247ff9c5b824363bf569bb465b30462a (diff)
http2: graduate from experimental
Backport-PR-URL: https://github.com/nodejs/node/pull/22850 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 ebb89c1bd4c..464acfdbc65 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: