mirror of
https://github.com/lostisland/faraday.git
synced 2025-12-04 00:03:34 -05:00
* more prominent placing of test adapter * remove next/prev navigation for adapter pages, they don't need to be read in order * ensure all adapter pages link to top nav
574 B
574 B
| layout | title | permalink | hide | top_name | top_link |
|---|---|---|---|---|---|
| documentation | EM-HTTP Adapter | /adapters/em-http | true | Adapters | ./ |
This Adapter uses the em-http-request gem to make HTTP requests.
conn = Faraday.new(...) do |f|
# no custom options available
f.adapter :em_http
end