faraday/docs/adapters/excon.md
2019-04-20 12:09:12 +02:00

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