Skip to main content
Go to Latest
interface ResponseForRequest
import { type ResponseForRequest } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/common/HTTPRequest.d.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 | Uint8Array