Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/examples/chat/deps_iso.ts>EndpointRequest

A server framework for Deno
Go to Latest
interface EndpointRequest
implements Request
import { type EndpointRequest } from "https://deno.land/x/cav@0.2.0-alpha.7/examples/chat/deps_iso.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.

Properties

optional
[_endpoint]: S