Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface ContinueRequestOverrides
import { type ContinueRequestOverrides } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/common/HTTPRequest.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>