Skip to main content
Module

x/cav/dom.ts>PackedRequest

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

Request type that tracks its content-type just like PackedResponse.

Type Parameters

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

Properties

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