Skip to main content
Module

x/gotenberg/mod.ts>handleZipResponse

A gotenberg client for Deno
Latest
function handleZipResponse
import { handleZipResponse } from "https://deno.land/x/gotenberg@0.4.0/mod.ts";

Response handler to handle responses that are a zip file

Parameters

r: Response | Promise<Response>

Response or Promise of Response to the Request to the gotenberg API

Returns

Promise<Asset[]>

All files in the zip Archive are extracted to the Asset data-type