Class: Net::HTTP::Post
Overview
Stub for the HTTP POST request class.
Instance Method Summary collapse
- #[]= ⇒ Boolean
-
#initialize ⇒ Post
constructor
A new instance of Post.
- #new ⇒ void
- #set_form ⇒ void
Constructor Details
#initialize ⇒ Post
Returns a new instance of Post.
15 |
# File 'sig/custom/net_http.rbs', line 15
def initialize: (untyped, Hash[String, String?]?) -> void
|
Instance Method Details
#[]= ⇒ Boolean
18 |
# File 'sig/custom/net_http.rbs', line 18
def []=: (?untyped, ?untyped) -> bool
|
#new ⇒ void
This method returns an undefined value.
17 |
# File 'sig/custom/net_http.rbs', line 17
def new: (untyped, untyped) -> void
|
#set_form ⇒ void
This method returns an undefined value.
16 |
# File 'sig/custom/net_http.rbs', line 16
def set_form: (untyped, String?) -> void
|