Class: NetHttp2::Request::Get
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(uri, path, headers, options) ⇒ Get
constructor
A new instance of Get.
Methods inherited from Base
Constructor Details
#initialize(uri, path, headers, options) ⇒ Get
Returns a new instance of Get.
7 8 9 |
# File 'lib/net-http2/request/get.rb', line 7 def initialize(uri, path, headers, ) super('GET', uri, path, nil, headers, ) end |