Skip to main content
Module

x/cav/mod.ts>ServerInit

A server framework for Deno
Go to Latest
type alias ServerInit
import { type ServerInit } from "https://deno.land/x/cav@0.0.21/mod.ts";

Options for running an http server. This is a re-export of the ServerInit type from https://deno.land/std/http/server.ts.

definition: http.ServerInit