Skip to main content
Latest
interface ResponseForRequest
import { type ResponseForRequest } from "https://deno.land/x/frugal@0.9.6/dep/puppeteer/mod.ts";

Required response data to fulfill a request with.

Properties

status: number
headers: Record<string, unknown>

Optional response headers. All values are converted to strings.

contentType: string
body: string | Buffer