Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/http/mod.ts>HTTPSOptions

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias HTTPSOptions
import { type HTTPSOptions } from "https://deno.land/std@0.82.0/http/mod.ts";

Options for creating an HTTPS server.

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