るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.076秒)
トップページ > クエリ:-[x] > クエリ:on[x] > クエリ:continue_timeout[x]

別のキーワード

  1. optionparser on
  2. optparse on
  3. tracer on
  4. thread abort_on_exception
  5. thread abort_on_exception=

ライブラリ

クラス

検索結果

Net::HTTP#continue_timeout -> Integer | nil (24307.0)

「100 Continue」レスポンスを待つ秒数を返します。

...「100 Continue」レスポンスを待つ秒数を返します。

この秒数待ってもレスポンスが来ない場合は
リクエストボディを送信します。

デフォルトは nil (待たない)です。

@see Net::HTTP#continue_timeout=...