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