Skip to main content
Module

x/cav/dom.ts>PackedResponse

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

Response type that tracks its content-type so the client will know what type it'll return when it's unpacked.

Type Parameters

optional
B = unknown
optional
CT = unknown
optional
CD = unknown

Properties

optional
[_packedResponse]: [B, CT, CD]