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

Options for creating an HTTPS server.

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