Skip to main content
Latest
interface ResponseForRequest
import { type ResponseForRequest } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/puppeteer/types.js";

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