Skip to main content
Module

x/cav/mod.ts>ServeInit

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

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

definition: http.ServeInit