Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 419 Bytes

excon.md

File metadata and controls

20 lines (15 loc) · 419 Bytes

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

Links