mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-06 00:03:36 -04:00
571 B
571 B
layout | title | permalink | hide |
---|---|---|---|
page | EM-Synchrony Adapter | /adapters/em-synchrony | true |
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