mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-17 00:05:28 -04: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