Skip to main content
Module

x/cav/serial.ts>unpack

A server framework for Deno
Go to Latest
function unpack
import { unpack } from "https://deno.land/x/cav@0.2.0-alpha.7/serial.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>