faraday/docs/adapters/em-synchrony.md
Nick Campbell d22dd00856
Fix broken Rubydoc.info links (#1236)
For some reason the docs are not being published for this gem anymore,
but they are still reachable when referencing the github path instead.
2021-01-12 15:19:45 +01:00

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