Skip to main content
Module

x/cav/mod.ts>Server

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

An http server. This is a re-export of the Server type from https://deno.land/std/http/server.ts.

definition: http.Server