るりまサーチ (Ruby 3.1)

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

別のキーワード

  1. httpresponse read_body
  2. httpresponse header
  3. httpresponse body
  4. httpresponse http_version
  5. httpresponse each

ライブラリ

クラス

検索結果

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

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

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

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

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

@see Net::HTTP::Copy