Class: NetHttp2::Request::Put
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(uri, path, body, headers, options) ⇒ Put
constructor
A new instance of Put.
Methods inherited from Base
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, ) super('PUT', uri, path, body, headers, ) end |