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

x/cav/test/test_deps.ts>http.ServeTlsInit

A server framework for Deno
Go to Latest
interface http.ServeTlsInit
implements ServeInit
import { type http } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { ServeTlsInit } = http;

Properties

keyFile: string

The path to the file containing the TLS private key.

certFile: string

The path to the file containing the TLS certificate