Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: add https.Server extends tls.Server
  • Loading branch information
trivikr committed Aug 21, 2019
commit 8a3fa07574f83e400bedfc3f56feeb1e9e8e35ce
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