mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-05 00:05:35 -04:00
485 B
485 B
layout | title | permalink | hide |
---|---|---|---|
page | Excon Adapter | /adapters/excon | true |
This Adapter uses the excon gem to make HTTP requests.
conn = Faraday.new(...) do |f|
# no custom options available
f.adapter :excon
end