Class: Typhoeus::Request

Inherits:
Object
  • Object
show all
Extended by:
Actions
Includes:
Before, BlockConnection, Cacheable, Callbacks, Callbacks::Types, Marshal, Memoizable, Operations, Responseable, Streamable, Stubbable
Defined in:
sig/lib/typhoeus/typhoeus.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeObject



237
# File 'sig/lib/typhoeus/typhoeus.rbs', line 237

def initialize: (untyped base_url, ?::Hash[untyped, untyped] options) -> untyped

Instance Attribute Details

#base_urlObject

Returns the value of attribute base_url.



227
228
229
# File 'sig/lib/typhoeus/typhoeus.rbs', line 227

def base_url
  @base_url
end

#block_connectionObject

Returns the value of attribute block_connection.



235
236
237
# File 'sig/lib/typhoeus/typhoeus.rbs', line 235

def block_connection
  @block_connection
end

#hydraObject

Returns the value of attribute hydra.



231
232
233
# File 'sig/lib/typhoeus/typhoeus.rbs', line 231

def hydra
  @hydra
end

#optionsObject

Returns the value of attribute options.



229
230
231
# File 'sig/lib/typhoeus/typhoeus.rbs', line 229

def options
  @options
end

#original_optionsObject

Returns the value of attribute original_options.



233
234
235
# File 'sig/lib/typhoeus/typhoeus.rbs', line 233

def original_options
  @original_options
end

Instance Method Details

#cache_keyObject



245
# File 'sig/lib/typhoeus/typhoeus.rbs', line 245

def cache_key: () -> untyped

#encoded_bodyObject



247
# File 'sig/lib/typhoeus/typhoeus.rbs', line 247

def encoded_body: () -> untyped

#eql?Object



241
# File 'sig/lib/typhoeus/typhoeus.rbs', line 241

def eql?: (untyped other) -> untyped

#fuzzy_hash_eql?Object



249
# File 'sig/lib/typhoeus/typhoeus.rbs', line 249

def fuzzy_hash_eql?: (untyped left, untyped right) -> untyped

#hashObject



243
# File 'sig/lib/typhoeus/typhoeus.rbs', line 243

def hash: () -> untyped

#hashable_string_forObject



251
# File 'sig/lib/typhoeus/typhoeus.rbs', line 251

def hashable_string_for: (untyped obj) -> untyped

#set_defaultsObject



253
# File 'sig/lib/typhoeus/typhoeus.rbs', line 253

def set_defaults: () -> untyped

#urlObject



239
# File 'sig/lib/typhoeus/typhoeus.rbs', line 239

def url: () -> untyped