faraday/docs/adapters/excon.md
Nick Campbell d22dd00856
Fix broken Rubydoc.info links (#1236)
For some reason the docs are not being published for this gem anymore,
but they are still reachable when referencing the github path instead.
2021-01-12 15:19:45 +01:00

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