Skip to main content
Module

x/cav/endpoints.ts

A server framework for Deno
Go to Latest
import * as cav from "https://deno.land/x/cav@0.0.23/endpoints.ts";

Functions

Constructs a new Endpoint handler using the provided schema. The schema properties are also available on the returned Endpoint function.

Interfaces

Arguments available to Context functions.

Request processing options for constructing Endpoints.

Arguments available to the Resolve function.

Arguments available to a ResolveError function.

Type Aliases

Cav Endpoint handler, for responding to requests.