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

x/cav/util.ts>ServerInit

A server framework for Deno
Go to Latest
type alias ServerInit
import { type ServerInit } from "https://deno.land/x/cav@0.0.24/util.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