diff --git a/doc/api/_toc.markdown b/doc/api/_toc.markdown index 12c8a335c7..bdc6db4da8 100644 --- a/doc/api/_toc.markdown +++ b/doc/api/_toc.markdown @@ -19,6 +19,7 @@ * [DNS](dns.html) * [Datagram](dgram.html) * [HTTP](http.html) +* [HTTPS](https.html) * [URL](url.html) * [Query Strings](querystring.html) * [Readline](readline.html) diff --git a/doc/api/all.markdown b/doc/api/all.markdown index cfd173afd1..887a43f819 100644 --- a/doc/api/all.markdown +++ b/doc/api/all.markdown @@ -20,6 +20,7 @@ @include dns @include dgram @include http +@include https @include url @include querystring @include readline