mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-16 00:03:37 -04:00
419 B
419 B
Excon Adapter
This Adapter uses the excon gem to make HTTP requests.
conn = Faraday.new(...) do |f|
# no custom options available
f.adapter :excon
end