Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 539 Bytes

excon.md

File metadata and controls

27 lines (22 loc) · 539 Bytes
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

Links