Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/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.2.0-alpha.7/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