class LHC::Request
def typhoeusize(options)
Experimental RBS support (using type sampling data from the type_fusion
project).
def typhoeusize: (Hash options) -> Hash
This signature was generated using 33 samples from 3 applications.
def typhoeusize(options) options = options.deep_dup easy = Ethon::Easy.new options.delete(:url) options.each do |key, _v| next if TYPHOEUS_OPTIONS.include? key method = "#{key}=" options.delete key unless easy.respond_to?(method) end options end