Skip to content

Commit

Permalink
added httpx to the list of adapters (#3)
Browse files Browse the repository at this point in the history
It has been listed for a while in faraday website, but no mention here. This PR changes that.
  • Loading branch information
HoneyryderChuck committed Dec 19, 2021
1 parent 82cef02 commit 59d55cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The following table show the available adapters and which features they support.
| [Patron] | v1 only | ✔️ | ✖️ | ✖️ | ✖️ | ✖️ | ✔️ | ✖️ | ✖️ |
| [Typhoeus] | v1 only | ✖️ | ✖️ | ✖️ | ✔️ | ✔️ | ✔️ | ✔️ | ✖️ |
| [HTTP.rb] | ✖️ | ✔️ | ✖️ | ✖️ | ✖️ | ✔️ | ✖️ | ✔️ | ✔️ |
| [httpx] | ✖️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |


## Middleware

Expand Down Expand Up @@ -84,3 +86,4 @@ TBC
[Patron]: https://github.com/lostisland/faraday-patron
[Typhoeus]: https://github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/adapters/faraday.rb
[HTTP.rb]: https://github.com/lostisland/faraday-http
[httpx]: https://honeyryderchuck.gitlab.io/httpx/wiki/Faraday-Adapter

0 comments on commit 59d55cc

Please sign in to comment.