From be716d00cc7cb06046c4e3807b92f0f1b519a51c Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 17 Jul 2017 15:47:24 -0700 Subject: [PATCH] doc: include http2.md in all.md Backport-PR-URL: https://github.com/nodejs/node/pull/14813 Backport-Reviewed-By: Anna Henningsen Backport-Reviewed-By: Timothy Gu PR-URL: https://github.com/nodejs/node/pull/14239 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Matteo Collina --- doc/api/all.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/all.md b/doc/api/all.md index 24eda32f44d3b5..425513e2568d03 100644 --- a/doc/api/all.md +++ b/doc/api/all.md @@ -19,6 +19,7 @@ @include fs @include globals @include http +@include http2 @include https @include inspector @include intl