Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>Fetch_AuthChallenge

A high-level puppeteer/playwright-like library for Deno
Latest
type alias Fetch_AuthChallenge
import { type Fetch_AuthChallenge } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

Authorization challenge for HTTP status code 401 or 407.

definition: { source?: "Server" | "Proxy"; origin: string; scheme: string; realm: string; }