Skip to content

Commit 052eeb9

Browse files
committed
[DOCS] Updates tested Faraday adapters for Transport
1 parent b1abea8 commit 052eeb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/transport.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ Currently these libraries are supported:
1717
* https://github.com/typhoeus/typhoeus[Typhoeus]
1818
* https://rubygems.org/gems/httpclient[HTTPClient]
1919
* https://rubygems.org/gems/net-http-persistent[Net::HTTP::Persistent]
20+
* https://github.com/excon/faraday-excon[Excon]
21+
* https://github.com/socketry/async-http-faraday[Async::HTTP]
2022

21-
NOTE: Use https://github.com/typhoeus/typhoeus[Typhoeus] v1.4.0 or up since older versions are not compatible with Faraday 1.0.
23+
NOTE: If using https://github.com/typhoeus/typhoeus[Typhoeus], v1.4.0 or up is needed, since older versions are not compatible with Faraday 1.0.
2224

2325
You can customize Faraday and implement your own HTTP transport. For detailed information, see the example configurations and more information <<transport-implementations,below>>.
2426

0 commit comments

Comments
 (0)