Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 625 Bytes

em-synchrony.md

File metadata and controls

28 lines (23 loc) · 625 Bytes
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

Links