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>
This commit is contained in:
Trivikram Kamat 2019-08-21 13:32:59 -07:00 committed by Rich Trott
parent d4a8f99067
commit 3f714895ca

View File

@ -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