Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HTTPSOptions

import type { HTTPSOptions } from "https://raw.githubusercontent.com/lucacasonato/deno-fetchevent/master/mod.ts";

Options for creating an HTTPS server.

type HTTPSOptions = Omit<Deno.ListenTlsOptions, "transport">;

§Type

§
Omit<Deno.ListenTlsOptions, "transport">
[src]