Pelican - v0.0.7
    Preparing search index...

    Type Alias HttpRequestOptions

    type HttpRequestOptions = {
        headers?: Record<string, string>;
        timeout?: number;
    }
    Index

    Properties

    Properties

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