るりまサーチ

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

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. open3 capture2e
  4. matrix rank_e
  5. matrix det_e

ライブラリ

クラス

検索結果

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

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

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

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

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

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