@softcose/softchat - v0.1.0
    Preparing search index...

    Type Alias HttpAuthorizationPlan

    HttpAuthorizationPlan: Readonly<
        {
            allowAuthorizationOnRedirect: false;
            authorizationHeader: string;
            event: SignedNostrEvent;
            method: string;
            payloadSha256?: string;
            url: string;
        },
    >

    Immutable NIP-98 request plan; redirects require a fresh plan.