Docs
Reference
Guides
Blog
Discord
/
node:tls
/
Server
/
constructor
Co
constructor
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:tls
/
Server
/
constructor
Co
constructor
constructor
tls.Server.constructor
Not implemented in Bun
constructor
Server
(
secureConnectionListener
?
:
(
socket
:
TLSSocket
)
=>
void
)
:
Server
;
constructor
Server
(
options
:
TlsOptions
,
secureConnectionListener
?
:
(
socket
:
TLSSocket
)
=>
void
)
:
Server
;