class Faraday::Adapter::Typhoeus
Typhoeus adapter. This class is just a stub, the real adapter is in github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/adapters/faraday.rb
Public Instance Methods
call()
click to toggle source
Needs to define this method in order to support Typhoeus <= 1.3.0
# File lib/faraday/adapter/typhoeus.rb, line 9 def call; end