mirror of
https://github.com/lostisland/faraday.git
synced 2025-11-22 00:08:56 -05:00
499 B
499 B
EM-HTTP Adapter
This Adapter uses the em-http-request gem to make HTTP requests.
conn = Faraday.new(...) do |f|
# no custom options available
f.adapter :em_http
end