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

    Interface InvokeMetadata

    InvokeMetadata is the first frame of a streaming invocation. It carries the HTTP-shaped status, headers, and the response media type (from the operation's StreamResponseSpec).

    interface InvokeMetadata {
        status: number;
        headers: { [key: string]: StringList };
        mediaType: string;
    }
    Index

    Properties

    status: number
    headers: { [key: string]: StringList }
    mediaType: string