Skip to main content
Module

x/cav/mod.ts>PackRequestInit

A server framework for Deno
Go to Latest
interface PackRequestInit
implements Omit<RequestInit, "body" | "method">
import { type PackRequestInit } from "https://deno.land/x/cav@0.2.3/mod.ts";

Initializer options when creating a Request with packRequest().

Properties

optional
body: unknown