Anchorage API reference
    Preparing search index...
    EgressGuardedFetch: (
        input: string | { href: string },
        init?: EgressRequestInit,
    ) => Promise<EgressResponse>

    The guarded fetch. Takes a URL string or URL object — never a Request object, so the guard sees every request whole (a Request smuggles url, body, and redirect state the wrapper would have to re-derive).

    Type Declaration