IGPAPI
    Preparing search index...

    Interface TransportRequest

    interface TransportRequest {
        body?: string | Buffer<ArrayBufferLike>;
        gzip?: boolean;
        headers?: Record<string, string>;
        method?: string;
        timeoutMs?: number;
        url: string;
    }
    Index

    Properties

    body?: string | Buffer<ArrayBufferLike>
    gzip?: boolean
    headers?: Record<string, string>
    method?: string
    timeoutMs?: number
    url: string