Hiyve Components - v1.0.0
    Preparing search index...

    Interface HttpRequestOptions

    interface HttpRequestOptions {
        auth?: boolean;
        headers?: Record<string, string>;
        timeout?: number;
    }
    Index

    Properties

    auth?: boolean
    headers?: Record<string, string>
    timeout?: number