@book000/twitterts
    Preparing search index...

    Interface TwitterScraperGetResponseOptions

    レスポンス取得オプション

    interface TwitterScraperGetResponseOptions {
        method: HttpMethod;
        timeout?: number;
        type: RequestType;
        url: string;
    }
    Index

    Properties

    Properties

    method: HttpMethod

    レスポンスを取得したいリクエストの HTTP メソッド

    timeout?: number

    取得処理のタイムアウト (ミリ秒)

    指定しない場合は 30 秒でタイムアウトします。 タイムアウトした場合は 'Response timeout.' Error が throw されます。

    レスポンスを取得したいリクエストの種別

    url: string

    ページ遷移先 URL