heidr TypeDocs - v0.0.7
    Preparing search index...

    Interface HttpRequestOptions

    HTTP request options

    interface HttpRequestOptions {
        body?: unknown;
        headers?: Record<string, string>;
        method?: HttpMethod;
        params?: Record<string, string | number | boolean>;
        timeout?: number;
    }
    Index

    Properties

    body?: unknown
    headers?: Record<string, string>
    method?: HttpMethod
    params?: Record<string, string | number | boolean>
    timeout?: number