summaryrefslogtreecommitdiff
path: root/doc/api/https.md
diff options
context:
space:
mode:
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2019-08-21 13:32:59 -0700
committerRich Trott <rtrott@gmail.com>2019-08-23 15:41:13 -0700
commit3f714895ca7139ff822fd59a917943366dff5ddd (patch)
tree52d86cd3d210867873bb96aa196fdb622f11f485 /doc/api/https.md
parentd4a8f99067db47ea9e40c0230d2586db9c8226ba (diff)
downloadandroid-node-v8-3f714895ca7139ff822fd59a917943366dff5ddd.tar.gz
android-node-v8-3f714895ca7139ff822fd59a917943366dff5ddd.tar.bz2
android-node-v8-3f714895ca7139ff822fd59a917943366dff5ddd.zip
doc: add https.Server extends tls.Server
PR-URL: https://github.com/nodejs/node/pull/29256 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to 'doc/api/https.md')
-rw-r--r--doc/api/https.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/api/https.md b/doc/api/https.md
index 6118004aec..172c91bbfa 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -49,8 +49,9 @@ changes:
added: v0.3.4
-->
-This class is a subclass of `tls.Server` and emits events same as
-[`http.Server`][]. See [`http.Server`][] for more information.
+* Extends: {tls.Server}
+
+See [`http.Server`][] for more information.
### server.close([callback])
<!-- YAML