Skip to main content
Module

x/cav/dom.ts>PackResponseInit

A server framework for Deno
Go to Latest
type alias PackResponseInit
import { type PackResponseInit } from "https://deno.land/x/cav@0.2.3/dom.ts";

Init options for packing/serializing data into a PackedResponse.

definition: ResponseInit & { body?: unknown; }