mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-17 00:05:28 -04:00
For some reason the docs are not being published for this gem anymore, but they are still reachable when referencing the github path instead.
625 B
625 B
layout | title | permalink | hide | top_name | top_link |
---|---|---|---|---|---|
documentation | EM-Synchrony Adapter | /adapters/em-synchrony | true | Adapters | ./ |
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