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

Method secureTransport

api/worker-configuration.d.ts:3777–3777  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3775 get opened(): Promise<SocketInfo>
3776 get upgraded(): boolean
3777 get secureTransport(): 'on' | 'off' | 'starttls'
3778 close(): Promise<void>
3779 startTls(options?: TlsOptions): Socket
3780}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected