るりまサーチ

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

別のキーワード

  1. httprequest continue
  2. http continue_timeout
  3. httpstatus rc_continue
  4. http continue_timeout=
  5. net/http continue_timeout

検索結果

<< 1 2 3 ... > >>

WEBrick::HTTPRequest#continue (18117.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 (6123.0)

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

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

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

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

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

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

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

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

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

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

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

Net::HTTPContinue (6016.0)

HTTP レスポンス 100 (Continue) を表現するクラスです。

...HTTP レスポンス 100 (Continue) を表現するクラスです。

詳しくは 7231 Section 6.2.1 を見てください。...

WEBrick::HTTPStatus::Continue (6016.0)

HTTP のステータスコード 100 Continue を表すクラスです。

...HTTP のステータスコード 100 Continue を表すクラスです。...

絞り込み条件を変える

WEBrick::HTTPStatus::RC_CONTINUE (3101.0)

HTTP のステータスコードを表す整数です。

HTTP のステータスコードを表す整数です。

require 'webrick'
p WEBrick::HTTPStatus::RC_INTERNAL_SERVER_ERROR #=> 500

static int clone_method(ID mid, NODE *body, st_table *tbl) (16.0)

m_tbl 格納形式のメソッド (構文木) をコピーして返します。 ST_CONTINUE を返します。

...m_tbl 格納形式のメソッド (構文木) をコピーして返します。
ST_CONTINUE を返します。...

void st_foreach(st_table *table, enum st_retval (*func)(), char *arg) (16.0)

Hash#each, delete_if などの実体。ハッシュ内の全てのキーと値、arg を 引数にして、func を実行する。func の返り値 enum st_retval は ST_CONTINUE ST_STOP ST_DELETE のどれか。どれも見ためどおりの働きをする。

...Hash#each, delete_if などの実体。ハッシュ内の全てのキーと値、arg を
引数にして、func を実行する。func の返り値 enum st_retval は ST_CONTINUE
ST_STOP ST_DELETE のどれか。どれも見ためどおりの働きをする。...

rake (6.0)

Rake というコマンドラインツールを扱うライブラリです。

...了します。
-p, --execute-print CODE Ruby のコードを実行して結果を表示して終了します。
-E, --execute-continue CODE Ruby のコードを実行してから、タスクを実行します。
-I, --libdir LIBDIR ロードパスに LIBDIR を含...

制御構造 (6.0)

制御構造 条件分岐: * if * unless * case 繰り返し: * while * until * for * break * next * redo * retry 例外処理: * raise * begin その他: * return * BEGIN * END

...を最初に一回評価してから繰り返します。

//emlist[例][ruby]{
send_request(data)
begin
res = get_response()
end while res == 'Continue'
//}

while 修飾した式は nil を返します。
また、引数を伴った break により while 修飾した式の戻り値を
その値...

絞り込み条件を変える

<< 1 2 3 ... > >>