Skip to content

Commit

Permalink
Added httpx to the list of supported http libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Mar 5, 2021
1 parent 06c3179 commit 6ff8c0a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@ Features
Supported HTTP libraries
------------------------

* Async::HTTP::Client
* Curb (currently only Curb::Easy)
* EM-HTTP-Request
* Excon
* HTTPClient
* [Async::HTTP::Client](https://github.com/socketry/async-http)
* [Curb](https://github.com/taf2/curb) (currently only Curb::Easy)
* [EM-HTTP-Request](https://github.com/igrigorik/em-http-request)
* [Excon](https://github.com/excon/excon)
* [HTTPClient](https://github.com/nahi/httpclient)
* [HTTP Gem (also known as http.rb)](https://github.com/httprb/http)
* Manticore
* Net::HTTP and other libraries based on Net::HTTP, e.g.:
* HTTParty
* REST Client
* RightHttpConnection
* Patron
* Typhoeus (currently only Typhoeus::Hydra)
* [httpx](https://honeyryderchuck.gitlab.io/httpx/wiki/Webmock-Adapter)
* [Manticore](https://github.com/cheald/manticore)
* [Net::HTTP](https://ruby-doc.org/stdlib-2.7.0/libdoc/net/http/rdoc/Net/HTTP.html) and other libraries based on Net::HTTP, e.g.:
* [HTTParty](https://github.com/jnunemaker/httparty)
* [REST Client](https://github.com/rest-client/rest-client)
* [Patron](https://github.com/toland/patron)
* [Typhoeus](https://github.com/typhoeus/typhoeus) (currently only Typhoeus::Hydra)

Supported Ruby Interpreters
---------------------------
Expand Down

0 comments on commit 6ff8c0a

Please sign in to comment.