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