Skip to main content
Module

x/cav/deps.ts

Experimental server framework for Deno
Go to Latest
import * as cav from "https://deno.land/x/cav@0.3.1/deps.ts";

Functions

Serves HTTP requests with the given handler.

Interfaces

Information about the connection a request arrived on.

Type Aliases

A handler for HTTP requests. Consumes a request and connection information and returns a response.