Class: Net::HTTP::Post

Inherits:
Object show all
Defined in:
sig/custom/net_http.rbs

Overview

Stub for the HTTP POST request class.

Instance Method Summary collapse

Constructor Details

#initializePost

Returns a new instance of Post.

Parameters:

  • (Object)
  • (Hash[String, String?], nil)


15
# File 'sig/custom/net_http.rbs', line 15

def initialize: (untyped, Hash[String, String?]?) -> void

Instance Method Details

#[]=Boolean

Parameters:

Returns:

  • (Boolean)


18
# File 'sig/custom/net_http.rbs', line 18

def []=: (?untyped, ?untyped) -> bool

#newvoid

This method returns an undefined value.

Parameters:



17
# File 'sig/custom/net_http.rbs', line 17

def new: (untyped, untyped) -> void

#set_formvoid

This method returns an undefined value.

Parameters:



16
# File 'sig/custom/net_http.rbs', line 16

def set_form: (untyped, String?) -> void