Class: NetHttp2::Request::Delete

Inherits:
Base
  • Object
show all
Defined in:
lib/net-http2/request/delete.rb

Instance Attribute Summary

Attributes inherited from Base

#body, #path, #timeout, #uri

Instance Method Summary collapse

Methods inherited from Base

#headers

Constructor Details

#initialize(uri, path, headers, options) ⇒ Delete

Returns a new instance of Delete.



7
8
9
# File 'lib/net-http2/request/delete.rb', line 7

def initialize(uri, path, headers, options)
  super('DELETE', uri, path, nil, headers, options)
end