Class: NetHttp2::Request::Post

Inherits:
Base
  • Object
show all
Defined in:
lib/net-http2/request/post.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) ⇒ Post

Returns a new instance of Post.



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

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