revbot.js
    Preparing search index...

    Interface RequestOptions

    Request options

    interface RequestOptions {
        baseURL?: string;
        headers?: Record<string, any>;
        responseType?: "blob" | "json" | "text" | "arrayBuffer";
    }
    Index

    Properties

    baseURL?: string

    The base URL used for this request

    headers?: Record<string, any>

    Headers to apply for this request

    responseType?: "blob" | "json" | "text" | "arrayBuffer"

    The type of response given