public copy() as TlsOptions:
Returns a copy of these TLS options.
import klyn.net copy = TlsOptions.clientDefault().copy() print(copy.verifyPeer)