Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/examples/chat/deps.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.0-alpha.7/examples/chat/deps.ts";

Initializer options when creating a Request with packRequest().

Properties

optional
serializers: Serializers
optional
body: unknown