Skip to content

Commit

Permalink
doc: add https.Server extends tls.Server
Browse files Browse the repository at this point in the history
PR-URL: #29256
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
  • Loading branch information
trivikr authored and BridgeAR committed Sep 3, 2019
1 parent ba29be6 commit 8599052
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/api/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8599052

Please sign in to comment.