import { Deno } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
const { dialTLS } = Deno;
dialTLS establishes a secure connection over TLS (transport layer security).
Parameters
options: DialTLSOptions
import { Deno } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
const { dialTLS } = Deno;
dialTLS establishes a secure connection over TLS (transport layer security).