We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5271100 commit aeb415dCopy full SHA for aeb415d
docs/reference/transport.md
@@ -21,9 +21,11 @@ Currently these libraries are supported:
21
* [Typhoeus](https://github.com/typhoeus/typhoeus)
22
* [HTTPClient](https://rubygems.org/gems/httpclient)
23
* [Net::HTTP::Persistent](https://rubygems.org/gems/net-http-persistent)
24
+* [Excon](https://github.com/excon/faraday-excon)
25
+* [Async::HTTP](https://github.com/socketry/async-http-faraday)
26
27
::::{note}
-Use [Typhoeus](https://github.com/typhoeus/typhoeus) v1.4.0 or up since older versions are not compatible with Faraday 1.0.
28
+If using [Typhoeus](https://github.com/typhoeus/typhoeus), v1.4.0 or up is needed, since older versions are not compatible with Faraday 1.0.
29
::::
30
31
0 commit comments