agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface VmFetchResponse

    Response from vmFetch (mirrors FetchResponseDto).

    interface VmFetchResponse {
        body: Uint8Array;
        headers: Record<string, string>;
        status: number;
        statusText: string;
    }
    Index

    Properties

    body: Uint8Array
    headers: Record<string, string>
    status: number
    statusText: string