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

x/deno_koa/test/test_deps.ts>HTTPSOptions

A middleware framework for Deno's http serve🦕. Transplanted from Koa with ❤️
Latest
type alias HTTPSOptions
import { type HTTPSOptions } from "https://deno.land/x/deno_koa@v1.0.4/test/test_deps.ts";

Options for creating an HTTPS server.

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