MCPcopy Create free account
hub / github.com/fmhy/edit / startTls

Method startTls

api/worker-configuration.d.ts:3779–3779  ·  view source on GitHub ↗
(options?: TlsOptions)

Source from the content-addressed store, hash-verified

3777 get secureTransport(): 'on' | 'off' | 'starttls'
3778 close(): Promise<void>
3779 startTls(options?: TlsOptions): Socket
3780}
3781interface SocketOptions {
3782 secureTransport?: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected