tls.connect(path, options?, callback?): tls.TLSSocket
Attributes
path:
stringDefault value for
options.path.options:
ObjectSee
tls.connect().callback:
FunctionSee
tls.connect().Returns:
tls.TLSSocketSame as tls.connect() except that path can be provided
as an argument instead of an option.
A path option, if specified, will take precedence over the path argument.