mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-05 00:05:35 -04:00
For some reason the docs are not being published for this gem anymore, but they are still reachable when referencing the github path instead.
539 B
539 B
layout | title | permalink | hide | top_name | top_link |
---|---|---|---|---|---|
documentation | Excon Adapter | /adapters/excon | true | Adapters | ./ |
This Adapter uses the excon gem to make HTTP requests.
conn = Faraday.new(...) do |f|
# no custom options available
f.adapter :excon
end