Skip to main content
Module

x/cav/dom.ts>unpack

A server framework for Deno
Go to Latest
function unpack
Re-export
import { unpack } from "https://deno.land/x/cav@0.2.0-alpha.7/dom.ts";

Deserializes a Request generated with packRequest() back into the original request body. Any serializers specified during packing need to be specified here as well.

Returns

Promise<unknown>