Skip to content

Commit

Permalink
Add link to new Typhoeus adapter (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dleavitt committed Apr 18, 2022
1 parent 6d8b5ae commit b27a02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following table show the available adapters and which features they support.
| [Net::HTTP] | v1 only | ✔️ | ✔️ | ✔️ | ✖️ | ✔️ | ✔️ | ✔️ | ✖️ |
| [Net::HTTP::Persistent] | v1 only | ✔️ | ✔️ | ✖️ | ✖️ | ✔️ | ✔️ | ✔️ | ✖️ |
| [Patron] | v1 only | ✔️ | ✖️ | ✖️ | ✖️ | ✖️ | ✔️ | ✖️ | ✖️ |
| [Typhoeus] | v1 only | | | | ✔️ | ✔️ | ✔️ | ✔️ | ✖️ |
| [Typhoeus] | v1 only | | | | ✔️ | ✔️ | ✔️ | ✔️ | ✖️ |
| [HTTP.rb] | ✖️ | ✔️ | ✖️ | ✖️ | ✖️ | ✔️ | ✖️ | ✔️ | ✔️ |
| [httpx] | ✖️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |

Expand Down Expand Up @@ -92,6 +92,6 @@ TBC
[Net::HTTP]: https://github.com/lostisland/faraday-net_http
[Net::HTTP::Persistent]: https://github.com/lostisland/faraday-net_http_persistent
[Patron]: https://github.com/lostisland/faraday-patron
[Typhoeus]: https://github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/adapters/faraday.rb
[Typhoeus]: https://github.com/dleavitt/faraday-typhoeus
[HTTP.rb]: https://github.com/lostisland/faraday-http
[httpx]: https://honeyryderchuck.gitlab.io/httpx/wiki/Faraday-Adapter

0 comments on commit b27a02b

Please sign in to comment.