agentOS API Reference - v0.0.1
    Preparing search index...

    Interface VmFetchStreamHead

    interface VmFetchStreamHead {
        headers: Record<string, string>;
        rawHeaders?: [string, string][];
        status: number;
        statusText: string;
        streamId: string;
    }
    Index
    headers: Record<string, string>
    rawHeaders?: [string, string][]
    status: number
    statusText: string
    streamId: string