Skip to main content
Module

std/http/server.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.56.0/http/server.ts";

Options for creating an HTTPS server.

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