るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.125秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:@[x] > クエリ:see[x] > バージョン:2.6.0[x] > クエリ:copy[x] > クラス:Net::HTTP[x]

別のキーワード

  1. httpstatus rc_see_other
  2. webrick/httpstatus rc_see_other
  3. rc_see_other webrick/httpstatus
  4. rc_see_other webrick::httpstatus

ライブラリ

検索結果

Net::HTTP#copy(path, initheader = nil) -> Net::HTTPResponse (54448.0)

サーバの path に COPY リクエストを ヘッダを initheader として送ります。

...スポンスを Net::HTTPResponse のオブジェクト
で返します。

@param path リクエストを送るパスを文字列で与えます。
@param initheader リクエストのヘッダを「文字列=>文字列」の
ハッシュで与えます。

@see Net::HTTP::Copy...