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