Skip to content

Commit

Permalink
[docs] Add httpx to list of external adapters (#1246)
Browse files Browse the repository at this point in the history
httpx bundles its own faraday adapter, a la typhoeus. This adds it to the external adapters list.
  • Loading branch information
HoneyryderChuck committed Mar 5, 2021
1 parent e7ab94f commit 118f896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/adapters/index.md
Expand Up @@ -35,6 +35,7 @@ Please refer to their documentation for usage examples.

* [Typhoeus][typhoeus]
* [HTTP.rb][faraday-http]
* [httpx][httpx]

## Ad-hoc adapters customization

Expand Down Expand Up @@ -180,3 +181,4 @@ Compare to the finished example [em-synchrony](https://github.com/lostisland/far
[typhoeus]: https://github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/adapters/faraday.rb
[faraday-http]: https://github.com/lostisland/faraday-http
[testing]: ./testing
[httpx]: https://honeyryderchuck.gitlab.io/httpx/wiki/Faraday-Adapter

0 comments on commit 118f896

Please sign in to comment.