るりまサーチ

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

別のキーワード

  1. _builtin path
  2. pathname to_path
  3. _builtin absolute_path
  4. _builtin to_path
  5. pstore path

クラス

検索結果

Net::HTTP#delete(path, initheader = nil) -> Net::HTTPResponse (18248.0)

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

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

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

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

@see Net::HTTP::Delete...