mwbot-ts - v1.2.7
    Preparing search index...

    Interface ReadRequestConfig

    Additional options for read-only requests passed to Mwbot.request.

    interface ReadRequestConfig {
        autoMethod?: boolean;
    }
    Index

    Properties

    Properties

    autoMethod?: boolean

    If true, Mwbot.request chooses 'POST' over the default 'GET' if the request would otherwise result in a 414 URI Too Long error.

    This option should not be used for requests that require POST, as the method will fall back to 'GET' unless 'POST' is explicitly specified.