@valon-technologies/gestalt
    Preparing search index...

    Verified hosted HTTP request metadata passed into optional plugin-local subject resolution hooks before normal operation dispatch.

    interface HTTPSubjectRequest {
        binding: string;
        method: string;
        path: string;
        contentType: string;
        headers: Record<string, string[]>;
        query: Record<string, string[]>;
        params: Record<string, unknown>;
        rawBody: Uint8Array;
        securityScheme: string;
        verifiedSubject: string;
        verifiedClaims: Record<string, string>;
    }
    Index

    Properties

    binding: string
    method: string
    path: string
    contentType: string
    headers: Record<string, string[]>
    query: Record<string, string[]>
    params: Record<string, unknown>
    rawBody: Uint8Array
    securityScheme: string
    verifiedSubject: string
    verifiedClaims: Record<string, string>