From 5d210d4ac938a16d132a1433857927c5c58a8954 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Wed, 22 Aug 2018 18:15:07 -0700 Subject: http2: graduate from experimental MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/22466 Reviewed-By: Gus Caplan Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: Colin Ihrig Reviewed-By: Ali Ijaz Sheikh Reviewed-By: Trivikram Kamat Reviewed-By: Yuta Hiroto Reviewed-By: Matteo Collina Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater Reviewed-By: Michael Dawson Reviewed-By: Tobias Nießen Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Anatoli Papirovski Reviewed-By: Joyee Cheung Reviewed-By: Anna Henningsen --- doc/api/http2.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc/api/http2.md') diff --git a/doc/api/http2.md b/doc/api/http2.md index 7ad1d0ae4f..bb8b1d4078 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -1,8 +1,14 @@ # HTTP/2 - + -> Stability: 1 - Experimental +> Stability: 2 - Stable The `http2` module provides an implementation of the [HTTP/2][] protocol. It can be accessed using: -- cgit v1.2.3