Class: NetHttp2::Request::Put

Inherits:
Base
  • Object
show all
Defined in:
lib/net-http2/request/put.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, body, headers, options) ⇒ Put

Returns a new instance of Put.



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

def initialize(uri, path, body, headers, options)
  super('PUT', uri, path, body, headers, options)
end