Skip to main content
Module

x/abc/deps.ts>HTTPSOptions

A better Deno framework to create web application.
Go to Latest
type alias HTTPSOptions
import { type HTTPSOptions } from "https://deno.land/x/abc@v1.0.0-rc5/deps.ts";

Options for creating an HTTPS server.

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