Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method HTTPRequest.prototype.redirectChain
Re-export
import { HTTPRequest } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";

A redirectChain is a chain of requests initiated to fetch a resource.

Returns

the chain of requests - if a server responds with at least a single redirect, this chain will contain all requests that were redirected.