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

    Interface VmFetchOptions

    Options accepted by vmFetch (mirrors the Rust FetchOptions).

    interface VmFetchOptions {
        body?: string | Uint8Array<ArrayBufferLike>;
        headers?: Record<string, string>;
        method?: string;
    }
    Index
    body?: string | Uint8Array<ArrayBufferLike>
    headers?: Record<string, string>
    method?: string