@valon-technologies/gestalt
    Preparing search index...
    HTTPSubjectResolver: (
        request: HTTPSubjectRequest,
        context: HTTPSubjectResolutionContext,
    ) => MaybePromise<Subject | null | undefined>

    Optional hook that maps a verified hosted HTTP request to a concrete Gestalt subject before the target operation is authorized and executed.

    Type Declaration