Class: NetHttp2::Request::Post
- Defined in:
- lib/net-http2/request/post.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(uri, path, body, headers, options) ⇒ Post
constructor
A new instance of Post.
Methods inherited from Base
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, ) super('POST', uri, path, body, headers, ) end |