Skip to main content
Module

x/cav/mod.ts>ServeOpt

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

The ServerInit options available when using the serve() shorthand function.

definition: Omit<ServerInit<http.Handler>, "handler">