@tryforge/forgescript
    Preparing search index...

    Interface IHttpOptions

    interface IHttpOptions {
        body: string;
        contentType?: HTTPContentType;
        form?: FormData;
        headers: Record<string, string>;
        method: string;
        response?: { headers?: Headers; ping?: number };
    }
    Index
    body: string
    contentType?: HTTPContentType
    form?: FormData
    headers: Record<string, string>
    method: string
    response?: { headers?: Headers; ping?: number }