Skip to main content
Module

x/cav/mod.ts>EndpointRequest

A server framework for Deno
Go to Latest
interface EndpointRequest
implements Request
Re-export
import { type EndpointRequest } from "https://deno.land/x/cav@0.2.3/mod.ts";

A server endpoint handler can use this Request type to ferry type information to the client about what argument types are acceptable and what the result will be into.

Type Parameters

optional
Shape = never

Properties

optional
[_client]: { endpoint: Shape; }