Skip to main content
Module

x/cav/mod.ts>TypedResponseInit

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

Initializer options for a TypedResponse. Adds packers to ResponseInit.

Properties

optional
packers: Packers

Additional packers to use when packing the response body.