Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias HTTPSOptions
import { type HTTPSOptions } from "https://deno.land/x/dem@0.9.9/example/simple/vendor/https/deno.land/std/http/server.ts";

Options for creating an HTTPS server.

definition: Omit<Deno.ListenTlsOptions, "transport">