Skip to main content
Module

x/cav/mod.ts>Res

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

A ResponseInit applied to the Rpc response after resolving and packing the value to send to the client. The Headers object is always available. If the resolved value is a Response object already, the status and statusText will be ignored but the headers will still be applied.