るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.008秒)
トップページ > バージョン:2.4.0[x] > クエリ:Dir[x] > ライブラリ:net/http[x]

別のキーワード

  1. dir open
  2. dir chdir
  3. dir foreach
  4. dir each_child
  5. rake original_dir

検索結果

Net::HTTPPermanentRedirect (18007.0)

HTTP レスポンス 308 (Permanent Redirect) を表現するクラスです。

HTTP レスポンス 308 (Permanent Redirect) を表現するクラスです。

詳しくは 7538 を見てください。

Net::HTTPRedirection (18007.0)

HTTP レスポンス 3xx (Redirection) を表現するクラスです。

HTTP レスポンス 3xx (Redirection) を表現するクラスです。

リクエストが正常に受信しましたが、処理を完了するためには
さらなる動作が必要なことを表します。

Net::HTTPTemporaryRedirect (18007.0)

HTTP レスポンス 307 (Temporary Redirect) を表現するクラスです。

HTTP レスポンス 307 (Temporary Redirect) を表現するクラスです。

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