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

    Interface VmFetchResponse

    Response returned by vmFetch.

    interface VmFetchResponse {
        body: Uint8Array;
        headers?: [string, string][];
        status: number;
        statusText?: string;
    }
    Index

    Properties

    body: Uint8Array
    headers?: [string, string][]
    status: number
    statusText?: string