Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface ContinueRequestOverrides
import { type ContinueRequestOverrides } from "https://deno.land/x/pptr@1.2.0/src/HTTPRequest.ts";

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>