x/oak/application.ts

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Very Popular
Latest
type alias ListenOptionsTls
import { type ListenOptionsTls } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.2/application.ts?s=ListenOptionsTls";

Interface options when listening on TLS.

definition: { port: number; hostname?: string; transport?: "tcp"; alpnProtocols?: string[]; secure: true; signal?: AbortSignal; } & TlsCertifiedKeyOptions[src]