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

Properties

optional
url: string

If set, the request URL will change. This is not a redirect.

optional
method: string
optional
postData: string
optional
headers: Record<string, string>