24件ヒット
[1-24件を表示]
(0.135秒)
ライブラリ
-
net
/ http (12) -
webrick
/ httprequest (12)
クラス
-
Net
:: HTTP (12) -
WEBrick
:: HTTPRequest (12)
検索結果
-
WEBrick
:: HTTPRequest # continue (21118.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 (6224.0) -
「100 Continue」レスポンスを待つ秒数を返します。
...「100 Continue」レスポンスを待つ秒数を返します。
この秒数待ってもレスポンスが来ない場合は
リクエストボディを送信します。
デフォルトは nil (待たない)です。
@see Net::HTTP#continue_timeout=...