るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.158秒)

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. _builtin i
  5. _builtin $-i

ライブラリ

クラス

キーワード

検索結果

WEBrick::HTTPRequest#continue (72655.0)

@todo 1.9.3 Generate HTTP/1.1 100 continue response if the client expects it, otherwise does nothing.

@todo 1.9.3
Generate HTTP/1.1 100 continue response if the client expects it,
otherwise does nothing.

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

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

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

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

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

@see Net::HTTP#continue_timeout=

Net::HTTP#continue_timeout=(seconds) (36673.0)

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

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

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

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

@param seconds 秒数
@see Net::HTTP#continue_timeout