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

    Interface VmFetchOptions

    Options for vmFetch (method/headers/body for the proxied request).

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

    Properties

    body?: string | Uint8Array<ArrayBufferLike>
    headers?: Record<string, string>
    method?: string